Skip to content

Commit

Permalink
Allow unprivileged user namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
dbanck committed Dec 9, 2024
1 parent 25d817b commit a810766
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ jobs:
run: terraform version
- name: Clean Install Dependencies
run: npm ci
- name: Allow unprivileged user namespace (ubuntu)
if: runner.os == 'Linux'
run: sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0
- name: Run Tests
run: xvfb-run -a npm test
if: runner.os == 'Linux'
Expand Down

0 comments on commit a810766

Please sign in to comment.