Update charts-test.yaml

This commit is contained in:
Kjeld Schouten-Lebbing
2022-03-30 21:22:26 +02:00
committed by GitHub
parent 9b1aa74e83
commit 995ba98fad
+2 -2
View File
@@ -91,7 +91,7 @@ jobs:
name: Install charts Part 1
strategy:
matrix: ${{ fromJson(needs.generate-install-matrix.outputs.matrix1) }}
fail-fast: true
fail-fast: false
max-parallel: 10
runs-on: ubuntu-latest
steps:
@@ -134,7 +134,7 @@ jobs:
name: Install charts Part 2
strategy:
matrix: ${{ fromJson(needs.generate-install-matrix.outputs.matrix1) }}
fail-fast: true
fail-fast: false
max-parallel: 5
runs-on: ubuntu-latest
steps: