Skip to content

Commit 6a0c556

Browse files
committed
add fail-fast: false to smoke tests strategy
1 parent 6967ae0 commit 6a0c556

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

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

151151
npm-smoke-tests:
152152
strategy:
153+
fail-fast: false
153154
matrix:
154155
node: ['16', '18']
155156

@@ -177,6 +178,7 @@ jobs:
177178

178179
yarn-smoke-tests:
179180
strategy:
181+
fail-fast: false
180182
matrix:
181183
node: ['16', '18']
182184

0 commit comments

Comments
 (0)