Skip to content

Commit

Permalink
Merge pull request #209 from netromdk/fix-ps1-actions-exec
Browse files Browse the repository at this point in the history
Fixed execution of ps script
  • Loading branch information
netromdk committed Jul 12, 2023
2 parents 8675d2c + 85f31d3 commit e7ec353
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
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 e7ec353

Please sign in to comment.