Skip to content

Commit

Permalink
Update e2e-main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
danivilla9 authored Oct 8, 2024
1 parent fb92673 commit 73c59fe
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/e2e-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,11 @@ jobs:
working-directory: ./crc-extension
run: yarn

- name: Debug directory structure
run: ls ${{ github.workspace }}

- name: Revert unprivileged user namespace restrictions in Ubuntu 24.04
run: |
# allow unprivileged user namespace
sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0
- name: Run All E2E tests
working-directory: ./crc-extension
env:
Expand Down

0 comments on commit 73c59fe

Please sign in to comment.