Skip to content

Commit 43ae079

Browse files
XhmikosRruyadorno
authored andcommitted
CI: add fail-fast: false
This will allow all builds to run even if one fails PR-URL: #601 Credit: @XhmikosR Close: #601 Reviewed-by: @ruyadorno
1 parent fd0a802 commit 43ae079

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on: [push]
55
jobs:
66
build:
77
strategy:
8+
fail-fast: false
89
matrix:
910
node-version: [8.x, 10.x, 12.x]
1011
os: [ubuntu-latest, windows-latest]

0 commit comments

Comments
 (0)