Skip to content

Commit 5af481d

Browse files
committed
ci: disable fail fast
1 parent 185c78d commit 5af481d

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
name: Build x86_64
1414
runs-on: ${{ matrix.os }}
1515
strategy:
16+
fail-fast: false
1617
matrix:
1718
os: [macos-10.15, ubuntu-20.04, ubuntu-18.04, windows-2019]
1819
node: [12, 13, 14, 15, 16, 17, 18]
@@ -37,6 +38,7 @@ jobs:
3738
container:
3839
image: node:${{ matrix.node }}-alpine
3940
strategy:
41+
fail-fast: false
4042
matrix:
4143
node: [12, 13, 14, 15, 16, 17, 18]
4244
steps:
@@ -58,6 +60,7 @@ jobs:
5860
name: Prebuild aarch64
5961
runs-on: ${{ matrix.os }}
6062
strategy:
63+
fail-fast: false
6164
matrix:
6265
os: [ubuntu-18.04, ubuntu-20.04]
6366
node: [12, 13, 14, 15, 16, 17, 18]
@@ -84,6 +87,7 @@ jobs:
8487
container:
8588
image: node:${{ matrix.node }}-alpine
8689
strategy:
90+
fail-fast: false
8791
matrix:
8892
node: [12, 13, 14, 15, 16, 17, 18]
8993
steps:

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ jobs:
77
name: Prebuild x86_64
88
runs-on: ${{ matrix.os }}
99
strategy:
10+
fail-fast: false
1011
matrix:
1112
os: [macos-10.15, ubuntu-20.04, ubuntu-18.04, windows-2019]
1213
node: [12, 13, 14, 15, 16, 17, 18]
@@ -38,6 +39,7 @@ jobs:
3839
container:
3940
image: node:${{ matrix.node }}-alpine
4041
strategy:
42+
fail-fast: false
4143
matrix:
4244
node: [12, 13, 14, 15, 16, 17, 18]
4345
steps:
@@ -66,6 +68,7 @@ jobs:
6668
name: Prebuild aarch64
6769
runs-on: ${{ matrix.os }}
6870
strategy:
71+
fail-fast: false
6972
matrix:
7073
os: [ubuntu-18.04, ubuntu-20.04]
7174
node: [12, 13, 14, 15, 16, 17, 18]
@@ -99,6 +102,7 @@ jobs:
99102
container:
100103
image: node:${{ matrix.node }}-alpine
101104
strategy:
105+
fail-fast: false
102106
matrix:
103107
node: [12, 13, 14, 15, 16, 17, 18]
104108
steps:

0 commit comments

Comments
 (0)