diff --git a/.github/workflows/build-pull.yml b/.github/workflows/build-pull.yml index 661346586..22f16ec68 100644 --- a/.github/workflows/build-pull.yml +++ b/.github/workflows/build-pull.yml @@ -65,6 +65,6 @@ jobs: candidate: java version: 21-graalce - name: Quick build - run: ./mvnw --no-transfer-progress -s .build/maven-ci-settings.xml --DskipTests + run: ./mvnw --no-transfer-progress -s .build/maven-ci-settings.xml -DskipTests - name: Run native tests run: ./mvnw --no-transfer-progress -s .build/maven-ci-settings.xml verify -f native-tests -Pnative