|
12 | 12 | name: > |
13 | 13 | No inputs |
14 | 14 | strategy: |
| 15 | + fail-fast: false |
15 | 16 | matrix: |
16 | 17 | os: [github-ubuntu-latest-s, macos-latest] |
17 | 18 | runs-on: ${{ matrix.os }} |
|
31 | 32 | name: > |
32 | 33 | 'args' input |
33 | 34 | strategy: |
| 35 | + fail-fast: false |
34 | 36 | matrix: |
35 | 37 | os: [github-ubuntu-latest-s, github-windows-latest-s, macos-latest] |
36 | 38 | runs-on: ${{ matrix.os }} |
|
54 | 56 | name: > |
55 | 57 | 'args' input with command injection will fail |
56 | 58 | strategy: |
| 59 | + fail-fast: false |
57 | 60 | matrix: |
58 | 61 | os: [github-ubuntu-latest-s, github-windows-latest-s, macos-latest] |
59 | 62 | args: |
|
85 | 88 | name: > |
86 | 89 | 'args' input with backticks injection does not execute command |
87 | 90 | strategy: |
| 91 | + fail-fast: false |
88 | 92 | matrix: |
89 | 93 | os: [github-ubuntu-latest-s, github-windows-latest-s, macos-latest] |
90 | 94 | runs-on: ${{ matrix.os }} |
@@ -389,6 +393,7 @@ jobs: |
389 | 393 | name: > |
390 | 394 | 'RUNNER_DEBUG' is used |
391 | 395 | strategy: |
| 396 | + fail-fast: false |
392 | 397 | matrix: |
393 | 398 | os: [github-ubuntu-latest-s, github-windows-latest-s, macos-latest] |
394 | 399 | runs-on: ${{ matrix.os }} |
@@ -448,6 +453,7 @@ jobs: |
448 | 453 | name: > |
449 | 454 | 'SONARCLOUD_URL' is used |
450 | 455 | strategy: |
| 456 | + fail-fast: false |
451 | 457 | matrix: |
452 | 458 | os: [github-ubuntu-latest-s, github-windows-latest-s, macos-latest] |
453 | 459 | runs-on: ${{ matrix.os }} |
@@ -510,6 +516,7 @@ jobs: |
510 | 516 | name: > |
511 | 517 | 'SONAR_ROOT_CERT' is converted to truststore |
512 | 518 | strategy: |
| 519 | + fail-fast: false |
513 | 520 | matrix: |
514 | 521 | os: [github-ubuntu-latest-s, github-windows-latest-s, macos-latest] |
515 | 522 | runs-on: ${{ matrix.os }} |
|
0 commit comments