Skip to content

Commit

Permalink
Add AppArmor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
agg23 committed Jan 7, 2025
1 parent 9e5cb11 commit 58e6d5a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/tests_others.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,12 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Setup Ubuntu
if: ${{ runner.os == 'Linux' }}
run: |
sudo apt-get update
sudo apt-get install -y libgbm-dev
sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0
- uses: ./.github/actions/run-test
with:
browsers-to-install: chromium
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/tests_primary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y libgbm-dev
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0
- run: npm install -g yarn@1
- run: npm install -g pnpm@8
- uses: ./.github/actions/run-test
Expand Down

0 comments on commit 58e6d5a

Please sign in to comment.