Skip to content

Commit

Permalink
CI: Call bash explicitly on MS Windows. (#9609)
Browse files Browse the repository at this point in the history
  • Loading branch information
pabzm authored Aug 27, 2024
1 parent 4023931 commit 7a01966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
coverage: none

- name: Execute tests
run: .ci/run_tests.sh
run: bash -ex .ci/run_tests.sh

- name: Upload artifacts
uses: actions/upload-artifact@master
Expand Down

0 comments on commit 7a01966

Please sign in to comment.