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

(cherry picked from commit f72cca0)
  • Loading branch information
gastaldi authored and gsmet committed Feb 15, 2023
1 parent 6cb1d86 commit 322f97b
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 322f97b

Please sign in to comment.