Skip to content
This repository was archived by the owner on May 12, 2021. It is now read-only.

Commit 38ccab9

Browse files
Fail CI on first fail (as is default)
I had disabled this to figure out which platforms & versions are failing. Now that that's done, no need to waste more cycles on that.
1 parent 5aa9098 commit 38ccab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ${{ matrix.os }}
1212

1313
strategy:
14-
fail-fast: false
14+
fail-fast: true
1515
matrix:
1616
os: [macos-latest, windows-latest, ubuntu-latest]
1717
node-version: [10.x, 12.x, 14.x]

0 commit comments

Comments
 (0)