Skip to content

Commit de4358d

Browse files
committed
make shell default to bash for test
Signed-off-by: karthik2804 <karthik.ganeshram@fermyon.com>
1 parent 6179b4a commit de4358d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ jobs:
171171
run: npm install
172172

173173
- name: Test
174+
shell: bash
174175
run: npm run test:${{matrix.build-type}}
175176

176177
test-example:

0 commit comments

Comments
 (0)