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

@@ -22,6 +22,7 @@ jobs:
# Each build verifies that it is executed with the expected Gradle version.
provision-gradle:
strategy:
fail-fast: false
matrix:
os: ${{fromJSON(inputs.runner-os)}}
include:
@@ -70,6 +71,7 @@ jobs:
gradle-versions:
strategy:
fail-fast: false
matrix:
gradle: [7.3, 6.9, 5.6.4, 4.10.3, 3.5.1]
os: ${{fromJSON(inputs.runner-os)}}