Skip to content

Commit

Permalink
ci: disable fail fast
Browse files Browse the repository at this point in the history
  • Loading branch information
iCrawl committed Jul 3, 2022
1 parent 185c78d commit 5af481d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
name: Build x86_64
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [macos-10.15, ubuntu-20.04, ubuntu-18.04, windows-2019]
node: [12, 13, 14, 15, 16, 17, 18]
Expand All @@ -37,6 +38,7 @@ jobs:
container:
image: node:${{ matrix.node }}-alpine
strategy:
fail-fast: false
matrix:
node: [12, 13, 14, 15, 16, 17, 18]
steps:
Expand All @@ -58,6 +60,7 @@ jobs:
name: Prebuild aarch64
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-18.04, ubuntu-20.04]
node: [12, 13, 14, 15, 16, 17, 18]
Expand All @@ -84,6 +87,7 @@ jobs:
container:
image: node:${{ matrix.node }}-alpine
strategy:
fail-fast: false
matrix:
node: [12, 13, 14, 15, 16, 17, 18]
steps:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ jobs:
name: Prebuild x86_64
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [macos-10.15, ubuntu-20.04, ubuntu-18.04, windows-2019]
node: [12, 13, 14, 15, 16, 17, 18]
Expand Down Expand Up @@ -38,6 +39,7 @@ jobs:
container:
image: node:${{ matrix.node }}-alpine
strategy:
fail-fast: false
matrix:
node: [12, 13, 14, 15, 16, 17, 18]
steps:
Expand Down Expand Up @@ -66,6 +68,7 @@ jobs:
name: Prebuild aarch64
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-18.04, ubuntu-20.04]
node: [12, 13, 14, 15, 16, 17, 18]
Expand Down Expand Up @@ -99,6 +102,7 @@ jobs:
container:
image: node:${{ matrix.node }}-alpine
strategy:
fail-fast: false
matrix:
node: [12, 13, 14, 15, 16, 17, 18]
steps:
Expand Down

0 comments on commit 5af481d

Please sign in to comment.