Skip to content

Commit

Permalink
Use fail-fast:false
Browse files Browse the repository at this point in the history
  • Loading branch information
bigdaz committed Jan 4, 2024
1 parent 364d0e1 commit 1b4e320
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integ-test-detect-java-toolchains.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ env:
jobs:
# Test that pre-installed runner JDKs are detected
pre-installed-toolchains:
if: ${{ !cancelled() }}
strategy:
fail-fast: false
matrix:
os: ${{fromJSON(inputs.runner-os)}}
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -51,8 +51,8 @@ jobs:
# Test that JDKs provisioned by setup-java are detected
setup-java-installed-toolchain:
if: ${{ !cancelled() }}
strategy:
fail-fast: false
matrix:
os: ${{fromJSON(inputs.runner-os)}}
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 1b4e320

Please sign in to comment.