We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6e7fcd commit 6edfab3Copy full SHA for 6edfab3
1 file changed
.github/workflows/build.yml
@@ -123,5 +123,8 @@ jobs:
123
APPLE_ID: ${{ secrets.APPLE_ID_EMAIL }}
124
APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.APPLE_APP_SPECIFIC_PASSWORD }}
125
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
126
+ - if: github.event.inputs.run_tests != 'false' && runner.os == 'Linux'
127
+ # Disable apparmor so doesn't prevent Electron launching
128
+ run: echo 0 | sudo tee /proc/sys/kernel/apparmor_restrict_unprivileged_userns
129
- if: github.event.inputs.run_tests != 'false'
130
run: .bin/audit_e2e_electron
0 commit comments