Skip to content

Commit

Permalink
fix: turn off restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
ihexxa committed Jan 6, 2025
1 parent cfe769d commit 4143bd1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release-recurring.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,9 @@ jobs:
# ELECTRON_ARTIFACT_SHAFILE: ${{runner.temp}}/electron.sha256

- name: Test critical path on packaged electron app
run: npm run test:package -w packages/insomnia-smoke-test -- --project=Critical
run: |
sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0
npm run test:package -w packages/insomnia-smoke-test -- --project=Critical
env:
INSOMNIA_UPDATES_URL: http://localhost:4010

Expand Down

0 comments on commit 4143bd1

Please sign in to comment.