Skip to content

Commit c197628

Browse files
alcaeusjmikola
andauthored
Disable fail-fast for Windows Tests (#1535)
* Disable fail-fast for Windows Tests * Add comment explainin why fail-fast is disabled Co-authored-by: Jeremy Mikola <[email protected]> --------- Co-authored-by: Jeremy Mikola <[email protected]>
1 parent b795048 commit c197628

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/windows-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,9 @@ jobs:
8686
shell: cmd
8787

8888
strategy:
89-
fail-fast: true
89+
# Timeouts starting the MongoDB service are common and should not
90+
# interrupt the overall test matrix.
91+
fail-fast: false
9092
matrix:
9193
php: [ "7.4", "8.0", "8.1", "8.2", "8.3" ]
9294
arch: [ x64, x86 ]

0 commit comments

Comments
 (0)