Skip to content

Commit

Permalink
Fixed execution of ps script
Browse files Browse the repository at this point in the history
  • Loading branch information
netromdk committed Jul 12, 2023
1 parent 8675d2c commit 85f31d3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Expand Up @@ -102,8 +102,7 @@ jobs:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
COVERALLS_FLAG_NAME: ${{ matrix.os }}-${{ matrix.python-version }}
COVERALLS_PARALLEL: true
test_script_name: ${{ matrix.test_script_name }}
run: $test_script_name
run: ${{ matrix.test_script_name }}

# When all parallel tests are done and uploaded, the coveralls session can be signalled as
# finished.
Expand Down

0 comments on commit 85f31d3

Please sign in to comment.