Skip to content

Commit 9a6eab8

Browse files
committed
chore: add shell prop where required
1 parent 2bf3323 commit 9a6eab8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/actions/build/action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,13 @@ runs:
88
node-version: 'lts/*'
99
- name: Install dependencies
1010
run: yarn install
11+
shell: bash
1112
- name: Lint
1213
run: yarn lint
14+
shell: bash
1315
- name: Test
1416
run: yarn test
17+
shell: bash
1518
- name: Build Sample App
1619
run: yarn e2e-build
20+
shell: bash

0 commit comments

Comments
 (0)