Skip to content

Commit

Permalink
ci(electron): disable failing all jobs if one fails
Browse files Browse the repository at this point in the history
The electron pipeline is prone to spurious failures, and with the
addition of rerunning only failed jobs, is easier to manage if flaked
jobs are just restarted.
  • Loading branch information
kattrali committed Sep 28, 2022
1 parent 18f7bcb commit 2bf8a74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-electron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ jobs:

runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
electron: [ '^12.0.0', '^20.0.0' ]
node-version: [12, 14]
Expand Down

0 comments on commit 2bf8a74

Please sign in to comment.