Skip to content

Commit c943b3b

Browse files
committed
ci(electron): disable failing all jobs if one fails
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.
1 parent fae168c commit c943b3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test-electron.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ jobs:
77

88
runs-on: ${{ matrix.os }}
99
strategy:
10+
fail-fast: false
1011
matrix:
1112
electron: [ '^12.0.0', '^20.0.0' ]
1213
node-version: [12, 14]

0 commit comments

Comments
 (0)