Skip to content

Commit

Permalink
Do not build native for whole app, since it is slow and does not work
Browse files Browse the repository at this point in the history
  • Loading branch information
holly-cummins committed Oct 13, 2023
1 parent 0638fc5 commit 7c2f6b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Microservices build with Maven
run: mvn -B install --file quarkus-workshop-super-heroes/pom.xml
- name: Native build with Maven
run: mvn -B install --file quarkus-workshop-super-heroes/pom.xml -Pnative -Dquarkus.native.container-build=true -DskipITs
run: mvn -B install --file quarkus-workshop-super-heroes/pom.xml -Pnative -Dquarkus.native.container-build=true -DskipITs -pl '!:rest-narration,!:extension-version'
docs:
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit 7c2f6b9

Please sign in to comment.