We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c509c64 commit e298a7eCopy full SHA for e298a7e
1 file changed
.github/workflows/run-tests.yml
@@ -35,13 +35,20 @@ jobs:
35
node-version: ${{ matrix.node }}
36
37
- name: Install dependencies
38
+ shell: bash
39
run: npm ci
40
41
+ - name: Build
42
43
+ run: npm run build && ls -lsah build
44
+
45
- name: Disable AppArmor
46
if: ${{ matrix.os == 'ubuntu-latest' }}
47
48
run: echo 0 | sudo tee /proc/sys/kernel/apparmor_restrict_unprivileged_userns
49
50
- name: Run tests
51
52
run: npm run test
53
54
# Gating job for branch protection.
0 commit comments