Let's run the tests for native JDK 11 because that's what we want :)

This commit is contained in:
Guillaume Smet
2020-02-06 17:51:47 +01:00
parent 94446da3fe
commit e41bdc5deb

View File

@@ -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()