Skip to content

Commit 0bb3d24

Browse files
committed
Specify bash shell in test workflow for cross-platform support
1 parent 772b3a4 commit 0bb3d24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- name: install dependencies
2121
run: npm ci
2222
- name: run tests
23+
shell: bash
2324
run: for i in {1..4}; do npm run test:ci || exit 1; done
2425
- name: Coveralls
2526
uses: coverallsapp/github-action@v2

0 commit comments

Comments
 (0)