mirror of
https://github.com/gradle/actions.git
synced 2025-11-26 17:09:10 +08:00
Disable fail-fast for integ tests
This commit is contained in:
@@ -22,6 +22,7 @@ env:
|
||||
jobs:
|
||||
groovy-generate:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: ${{fromJSON(inputs.runner-os)}}
|
||||
runs-on: ${{ matrix.os }}
|
||||
@@ -55,6 +56,7 @@ jobs:
|
||||
|
||||
kotlin-generate-and-submit:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: ${{fromJSON(inputs.runner-os)}}
|
||||
runs-on: ${{ matrix.os }}
|
||||
@@ -74,6 +76,7 @@ jobs:
|
||||
|
||||
multiple-builds:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: ${{fromJSON(inputs.runner-os)}}
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
Reference in New Issue
Block a user