From 5af481d9ac26cf356b9286564ac2828c118a3f2c Mon Sep 17 00:00:00 2001 From: iCrawl Date: Sun, 3 Jul 2022 17:40:05 +0200 Subject: [PATCH] ci: disable fail fast --- .github/workflows/build.yml | 4 ++++ .github/workflows/release.yml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b36713b..7b35047 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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] @@ -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: @@ -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] @@ -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: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 15ebfda..5d49c9b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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] @@ -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: @@ -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] @@ -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: