Skip to content

Commit 98d42cc

Browse files
committed
don't fail the os/version matrix early
1 parent f54b3ce commit 98d42cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
runs-on: ${{ matrix.os }}
5151

5252
strategy:
53+
fail-fast: false
5354
matrix:
5455
node: ['10', '12', '14']
5556
os: [ubuntu-latest, macOS-latest, windows-latest]

0 commit comments

Comments
 (0)