Skip to content

Commit 632658a

Browse files
committed
turn off fail-fast for test matrix
1 parent 4770991 commit 632658a

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
@@ -31,6 +31,7 @@ jobs:
3131
runs-on: ${{ matrix.os }}-latest
3232

3333
strategy:
34+
fail-fast: false
3435
matrix:
3536
os: [ubuntu, windows]
3637
node-version: [12.x, 14.x]
@@ -73,6 +74,7 @@ jobs:
7374
needs: [test, lint]
7475

7576
strategy:
77+
fail-fast: false
7678
matrix:
7779
ember-try-scenario:
7880
- ember-lts-3.8

0 commit comments

Comments
 (0)