Skip to content

Commit

Permalink
github: rename matrix to environment
Browse files Browse the repository at this point in the history
Also drop the params, they should not be part of the matrix

(cherry picked from commit af8a08d)
  • Loading branch information
razvancrainea committed Nov 24, 2023
1 parent a4d8a4a commit 5c4c477
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,3 @@ jobs:
uses: ./sipssert/actions/Run_Test
with:
test_set: ${{ matrix.test_set }}
params: ${{ matrix.params }}
File renamed without changes.
2 changes: 1 addition & 1 deletion run-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

yaml_list() {
test -n "${BASH_SOURCE[0]}" && DIR="$(dirname "${BASH_SOURCE[0]}")" || DIR=.
python3 -c "import yaml;print(' '.join(yaml.safe_load(open('$DIR/matrix.yml'))['$1']))"
python3 -c "import yaml;print(' '.join(yaml.safe_load(open('$DIR/environment.yml'))['$1']))"
}

# exclude tests that we know they fail for sure
Expand Down

0 comments on commit 5c4c477

Please sign in to comment.