We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5ffcbf commit 4d2a8c4Copy full SHA for 4d2a8c4
.github/workflows/compile.yml
@@ -21,7 +21,10 @@ jobs:
21
- name: Install dependencies and build
22
run: yarn
23
- name: Run tests
24
- run: yarn test
+ run: |
25
+ # See: https://chromium.googlesource.com/chromium/src/+/main/docs/security/apparmor-userns-restrictions.md
26
+ echo 0 | sudo tee /proc/sys/kernel/apparmor_restrict_unprivileged_userns
27
+ yarn test
28
- name: Upload compiled code as artifact
29
uses: actions/upload-artifact@v4
30
with:
0 commit comments