Disable fail-fast for integ tests

This commit is contained in:
daz
2024-04-09 16:02:24 -06:00
parent 47fb100300
commit 63fcfbfe27
15 changed files with 44 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ jobs:
# Each build verifies that it is executed with the expected Gradle version.
gradle-execution:
strategy:
fail-fast: false
matrix:
os: ${{fromJSON(inputs.runner-os)}}
include:
@@ -55,6 +56,7 @@ jobs:
gradle-versions:
strategy:
fail-fast: false
matrix:
gradle: [7.5.1, 6.9.2, 5.6.4, 4.10.3, 3.5.1]
os: ${{fromJSON(inputs.runner-os)}}