Skip to content

Commit

Permalink
disabled restricte unpriviledged usernamespace before test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhdevelop committed Oct 14, 2024
1 parent bab5321 commit fa645bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y libgbm1 libnss3 libatk-bridge2.0-0 libgtk-3-0 libgbm-dev
echo 0 | sudo tee /proc/sys/kernel/apparmor_restrict_unprivileged_userns
- name: Install project dependencies
run: yarn install
Expand Down

0 comments on commit fa645bc

Please sign in to comment.