Skip to content

Commit

Permalink
Fix Electron CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers committed Jan 26, 2025
1 parent d142686 commit 0a2c310
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 @@ -34,6 +34,9 @@ jobs:
uses: codecov/codecov-action@v3
with:
file: coverage/lcov.info
# https://github.com/electron/electron/issues/42510#issuecomment-2171583086
- name: Disable AppArmor restriction
run: sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0
- name: Test Electron
if: ${{ matrix.node == '18' }}
uses: GabrielBB/xvfb-action@v1
Expand Down

0 comments on commit 0a2c310

Please sign in to comment.