Skip to content

Commit 41acc78

Browse files
Merge pull request #202 from MarcellPerger1/dependabot/npm_and_yarn/multi-f4f3b7f925
build(deps): Bump tar-fs and puppeteer
2 parents d2a26c7 + 72f2f9e commit 41acc78

File tree

3 files changed

+238
-250
lines changed

3 files changed

+238
-250
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
cache: npm
2929
cache-dependency-path: ./package-lock.json
3030
- run: npm install
31+
- name: Fix Chrome sandbox issues
32+
run: echo 0 | sudo tee /proc/sys/kernel/apparmor_restrict_unprivileged_userns
3133
- name: Run tests
3234
id: run_tests
3335
run: npm test -- --colors

0 commit comments

Comments
 (0)