test: disable unexpectedly quit dialog on macOS (#45588)
* test: disable unexpectedly quit dialog on macOS Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org> * test: take screenshot before keyboard lock test Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org> * Revert "test: take screenshot before keyboard lock test" This reverts commit 3ba5c6984f2946b93a74c24fe79ff346af3ea4a4. Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org> --------- Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org>
This commit is contained in:
parent
66eb15d093
commit
bca80f19e0
1 changed files with 3 additions and 0 deletions
|
@ -113,6 +113,9 @@ jobs:
|
|||
configure_sys_tccdb "$values"
|
||||
fi
|
||||
done
|
||||
- name: Turn off the unexpectedly quit dialog on macOS
|
||||
if: ${{ inputs.target-platform == 'macos' }}
|
||||
run: defaults write com.apple.CrashReporter DialogType server
|
||||
- name: Checkout Electron
|
||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
|
||||
with:
|
||||
|
|
Loading…
Add table
Reference in a new issue