Skip to content

Commit 72f2f9e

Browse files
Try to fix sandbox issues a different way
1 parent 744a82a commit 72f2f9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
cache-dependency-path: ./package-lock.json
3030
- run: npm install
3131
- name: Fix Chrome sandbox issues
32-
run: export CHROME_DEVEL_SANDBOX=/opt/google/chrome/chrome-sandbox
32+
run: echo 0 | sudo tee /proc/sys/kernel/apparmor_restrict_unprivileged_userns
3333
- name: Run tests
3434
id: run_tests
3535
run: npm test -- --colors

0 commit comments

Comments
 (0)