Skip to content

Commit 526b93e

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

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/run-tests.yml

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

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

4041
- name: Disable AppArmor
4142
if: ${{ matrix.os == 'ubuntu-latest' }}
43+
shell: bash
4244
run: echo 0 | sudo tee /proc/sys/kernel/apparmor_restrict_unprivileged_userns
4345

4446
- name: Run tests
47+
shell: bash
4548
run: npm run test
4649

4750
# Gating job for branch protection.

0 commit comments

Comments
 (0)