Skip to content

Commit

Permalink
fix: do not build docs module when performing native build
Browse files Browse the repository at this point in the history
  • Loading branch information
metacosm committed May 3, 2023
1 parent 1561276 commit 18bf842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-for-quarkus-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: mvn -B formatter:validate install --file pom.xml

- name: Build with Maven (Native)
run: mvn -B formatter:validate install -Dnative --file pom.xml
run: mvn -B formatter:validate install -Dnative --file pom.xml -pl '!docs'

- name: Kubernetes KinD Cluster
uses: container-tools/kind-action@v2
Expand Down

0 comments on commit 18bf842

Please sign in to comment.