From e41bdc5debf7f0488f67b1ec9b609cefcb2d4482 Mon Sep 17 00:00:00 2001 From: Guillaume Smet Date: Thu, 6 Feb 2020 17:51:47 +0100 Subject: [PATCH] Let's run the tests for native JDK 11 because that's what we want :) --- .github/workflows/native-cron-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/native-cron-build.yml b/.github/workflows/native-cron-build.yml index 503ee6e98..c5869e194 100644 --- a/.github/workflows/native-cron-build.yml +++ b/.github/workflows/native-cron-build.yml @@ -42,7 +42,7 @@ jobs: run: mvn -B install -DskipTests -DskipITs -Dno-format - name: Run integration tests in native - run: mvn -B --settings azure-mvn-settings.xml verify -f integration-tests/pom.xml -DskipTests -Dno-format -Ddocker -Dnative -Dquarkus.native.container-build=true -Dquarkus.native.builder-image=quay.io/quarkus/ubi-quarkus-native-image:19.3.1-java${{ matrix.java }} -Dtest-postgresql -Dtest-elasticsearch -Dtest-mysql -Dtest-dynamodb -Dtest-vault -Dtest-neo4j + run: mvn -B --settings azure-mvn-settings.xml verify -f integration-tests/pom.xml -Dno-format -Ddocker -Dnative -Dquarkus.native.container-build=true -Dquarkus.native.builder-image=quay.io/quarkus/ubi-quarkus-native-image:19.3.1-java${{ matrix.java }} -Dtest-postgresql -Dtest-elasticsearch -Dtest-mysql -Dtest-dynamodb -Dtest-vault -Dtest-neo4j - name: Report if: always()