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:
@@ -19,6 +19,7 @@ env:
|
||||
jobs:
|
||||
seed-build:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: ${{fromJSON(inputs.runner-os)}}
|
||||
runs-on: ${{ matrix.os }}
|
||||
@@ -40,6 +41,7 @@ jobs:
|
||||
toolchain-cache:
|
||||
needs: seed-build
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: ${{fromJSON(inputs.runner-os)}}
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
Reference in New Issue
Block a user