chore: added fail-fast false so that we run all to completion

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2022-07-12 15:16:58 +02:00
parent 3ded9cc158
commit e1b1604c81
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]