Skip to content

Commit

Permalink
Disable Electron sandbox in unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
twometresteve committed Nov 24, 2023
1 parent 909d650 commit ec080ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-electron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ jobs:
run: defaults write com.apple.CrashReporter DialogType none
- name: run unit tests
run: npm run test:unit:electron-runner
env:
ELECTRON_DISABLE_SANDBOX: 1
- name: run integration tests
run: npm run test:electron
shell: bash
Expand Down

0 comments on commit ec080ba

Please sign in to comment.