Merge pull request #12593 from backstage/blam/disable-fail-fast

chore: added fail-fast false so that we run all to completion
This commit is contained in:
Ben Lambert
2022-07-13 10:29:44 +02:00
committed by GitHub
2 changed files with 4 additions and 0 deletions
+3
View File
@@ -15,6 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version: [14.x, 16.x]
@@ -44,6 +45,7 @@ jobs:
needs: install
strategy:
fail-fast: false
matrix:
node-version: [14.x, 16.x]
@@ -120,6 +122,7 @@ jobs:
needs: install
strategy:
fail-fast: false
matrix:
node-version: [14.x, 16.x]
+1
View File
@@ -28,6 +28,7 @@ jobs:
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
node-version: [14.x, 16.x]