Skip to content

Commit 6812d47

Browse files
committed
ci: Fix running puppeteer on Ubuntu 23+
1 parent 2704217 commit 6812d47

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/branches.yml

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
CI: true
3434
- run: yarn build
3535
working-directory: ./webpack
36+
- run: 'echo 0 | sudo tee /proc/sys/kernel/apparmor_restrict_unprivileged_userns'
3637
- run: yarn test
3738
working-directory: ./webpack
3839
- run: yarn build

.github/workflows/master.yml

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
CI: true
3232
- run: yarn build
3333
working-directory: ./webpack
34+
- run: 'echo 0 | sudo tee /proc/sys/kernel/apparmor_restrict_unprivileged_userns'
3435
- run: yarn test
3536
working-directory: ./webpack
3637
- run: yarn build

0 commit comments

Comments
 (0)