Skip to content

Commit 9ed830d

Browse files
authored
Merge pull request #1867 from tediousjs/dhensby/ci-disable-fail-fast
ci: disable fail-fast on the windows test matrix
2 parents 9a1f1a8 + 4cb79c9 commit 9ed830d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/nodejs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ jobs:
113113
env:
114114
MSSQL_PASSWORD: 'yourStrong(!)Password'
115115
strategy:
116+
fail-fast: false
116117
matrix:
117118
os: [windows-2022, windows-2025]
118119
node: [18.x, 20.x, 22.x, 24.x]

0 commit comments

Comments
 (0)