Skip to content

Commit

Permalink
Fail fast in simple build
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Deandrea <edeandrea@redhat.com>
  • Loading branch information
edeandrea committed Oct 21, 2024
1 parent e21f8a1 commit eac0e24
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/simple-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
runs-on: ubuntu-latest
if: github.repository == 'quarkusio/quarkus-super-heroes'
strategy:
fail-fast: false
fail-fast: true
matrix:
java:
- '21'
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
if: github.repository == 'quarkusio/quarkus-super-heroes'
needs: jvm-build-test
strategy:
fail-fast: false
fail-fast: true
matrix:
java:
- '21'
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
if: github.repository == 'quarkusio/quarkus-super-heroes'
needs: jvm-build-test
strategy:
fail-fast: false
fail-fast: true
matrix:
java:
- '21'
Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:
if: github.repository == 'quarkusio/quarkus-super-heroes'
needs: jvm-build-test
strategy:
fail-fast: false
fail-fast: true
matrix:
java:
- { jvm: '21', mandrel: '21' }
Expand Down Expand Up @@ -224,7 +224,7 @@ jobs:
if: github.repository == 'quarkusio/quarkus-super-heroes'
needs: jvm-build-test
strategy:
fail-fast: false
fail-fast: true
matrix:
java:
- { jvm: '21', mandrel: '21' }
Expand Down Expand Up @@ -271,7 +271,7 @@ jobs:
if: github.repository == 'quarkusio/quarkus-super-heroes'
needs: jvm-build-test
strategy:
fail-fast: false
fail-fast: true
matrix:
java:
- { jvm: '21', mandrel: '21' }
Expand Down

0 comments on commit eac0e24

Please sign in to comment.