Skip to content

Commit e298a7e

Browse files
committed
test: fix shell for windows tests
1 parent c509c64 commit e298a7e

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,20 @@ jobs:
3535
node-version: ${{ matrix.node }}
3636

3737
- name: Install dependencies
38+
shell: bash
3839
run: npm ci
3940

41+
- name: Build
42+
shell: bash
43+
run: npm run build && ls -lsah build
44+
4045
- name: Disable AppArmor
4146
if: ${{ matrix.os == 'ubuntu-latest' }}
47+
shell: bash
4248
run: echo 0 | sudo tee /proc/sys/kernel/apparmor_restrict_unprivileged_userns
4349

4450
- name: Run tests
51+
shell: bash
4552
run: npm run test
4653

4754
# Gating job for branch protection.

0 commit comments

Comments
 (0)