mirror of
https://github.com/jlengrand/quarkus.git
synced 2026-03-10 08:41:22 +00:00
Let's run the tests for native JDK 11 because that's what we want :)
This commit is contained in:
2
.github/workflows/native-cron-build.yml
vendored
2
.github/workflows/native-cron-build.yml
vendored
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user