Skip to content

Commit

Permalink
Call bash explicitly on MS Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
pabzm committed Aug 26, 2024
1 parent eaf08e5 commit 25f0c28
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 25f0c28

Please sign in to comment.