diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1cfc2ea2..82669592 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -54,6 +54,8 @@ jobs: run: mvn --version - name: Build with Maven run: mvn -B formatter:validate install --file pom.xml + - name: Build with Maven (Native) + run: mvn -B install -Dnative -Dquarkus.native.container-build -Dnative.surefire.skip build-windows: runs-on: windows-latest steps: @@ -83,3 +85,5 @@ jobs: run: mvn --version - name: Build with Maven run: mvn -B install --file pom.xml + - name: Build with Maven (Native) + run: mvn -B install -Dnative -Dquarkus.native.container-build -Dnative.surefire.skip