mirror of
https://github.com/gradle/actions.git
synced 2026-06-05 11:22:20 +00:00
Disable fail-fast for integ tests
This commit is contained in:
@@ -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)}}
|
||||
|
||||
Reference in New Issue
Block a user