Skip to content

Commit

Permalink
Merge pull request #31076 from gastaldi/quarkiverse_build_update
Browse files Browse the repository at this point in the history
Quarkiverse: Install instead of verify
  • Loading branch information
gsmet authored Feb 11, 2023
2 parents f15dc11 + f72cca0 commit 7204ec3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
cache: 'maven'

- name: Build with Maven
run: mvn -B clean verify -Dno-format
run: mvn -B clean install -Dno-format

- name: Build with Maven (Native)
run: mvn -B verify -Dnative -Dquarkus.native.container-build -Dnative.surefire.skip
run: mvn -B install -Dnative -Dquarkus.native.container-build -Dnative.surefire.skip

0 comments on commit 7204ec3

Please sign in to comment.