Skip to content

Commit 60aee70

Browse files
committed
NO-JIRA Disable fail fast on matrix jobs
1 parent 502204e commit 60aee70

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/qa-main.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
name: >
1313
No inputs
1414
strategy:
15+
fail-fast: false
1516
matrix:
1617
os: [github-ubuntu-latest-s, macos-latest]
1718
runs-on: ${{ matrix.os }}
@@ -31,6 +32,7 @@ jobs:
3132
name: >
3233
'args' input
3334
strategy:
35+
fail-fast: false
3436
matrix:
3537
os: [github-ubuntu-latest-s, github-windows-latest-s, macos-latest]
3638
runs-on: ${{ matrix.os }}
@@ -54,6 +56,7 @@ jobs:
5456
name: >
5557
'args' input with command injection will fail
5658
strategy:
59+
fail-fast: false
5760
matrix:
5861
os: [github-ubuntu-latest-s, github-windows-latest-s, macos-latest]
5962
args:
@@ -85,6 +88,7 @@ jobs:
8588
name: >
8689
'args' input with backticks injection does not execute command
8790
strategy:
91+
fail-fast: false
8892
matrix:
8993
os: [github-ubuntu-latest-s, github-windows-latest-s, macos-latest]
9094
runs-on: ${{ matrix.os }}
@@ -389,6 +393,7 @@ jobs:
389393
name: >
390394
'RUNNER_DEBUG' is used
391395
strategy:
396+
fail-fast: false
392397
matrix:
393398
os: [github-ubuntu-latest-s, github-windows-latest-s, macos-latest]
394399
runs-on: ${{ matrix.os }}
@@ -448,6 +453,7 @@ jobs:
448453
name: >
449454
'SONARCLOUD_URL' is used
450455
strategy:
456+
fail-fast: false
451457
matrix:
452458
os: [github-ubuntu-latest-s, github-windows-latest-s, macos-latest]
453459
runs-on: ${{ matrix.os }}
@@ -510,6 +516,7 @@ jobs:
510516
name: >
511517
'SONAR_ROOT_CERT' is converted to truststore
512518
strategy:
519+
fail-fast: false
513520
matrix:
514521
os: [github-ubuntu-latest-s, github-windows-latest-s, macos-latest]
515522
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)