Skip to content

Commit ce687c1

Browse files
clydindgp1130
authored andcommitted
ci: disable E2E matrix testing fail fast option
To avoid unnecessary repeat runs of E2E CI matrix jobs due to flakes (especially with Windows), the `fail-fast` option for the E2E job has been disabled. This also allows for non-failing test jobs to complete in the case of a single test failure in a different E2E matrix test job.
1 parent 7e726eb commit ce687c1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ jobs:
118118

119119
e2e:
120120
strategy:
121+
fail-fast: false
121122
matrix:
122123
os: [ubuntu-latest, windows-latest]
123124
node: [18]
@@ -150,6 +151,7 @@ jobs:
150151
needs: analyze
151152
if: needs.analyze.outputs.snapshots == 'true' || github.event_name == 'push'
152153
strategy:
154+
fail-fast: false
153155
matrix:
154156
os: [ubuntu-latest]
155157
node: [18]

0 commit comments

Comments
 (0)