Skip to content

Commit

Permalink
Quarkiverse: Install instead of verify
Browse files Browse the repository at this point in the history
Some extensions require installing the artifact in the local repository in order to have their tests passed
  • Loading branch information
gastaldi committed Feb 10, 2023
1 parent a57e936 commit f72cca0
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 f72cca0

Please sign in to comment.