We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c2893c commit f03d368Copy full SHA for f03d368
.github/workflows/master.yml
@@ -15,7 +15,7 @@ jobs:
15
with:
16
java-version: 11
17
- name: Build native with Maven
18
- run: mvn -B package -Pnative -Dquarkus.native.container-build=true
+ run: mvn -B package -Pnative -Dquarkus.native.container-build=true -Dquarkus.datasource.driver=org.postgresql.Driver
19
- name: Upload target for next job
20
uses: actions/upload-artifact@v1
21
@@ -63,4 +63,4 @@ jobs:
63
- uses: matt-ball/newman-action@master
64
65
collection: integrationtests/quarkus-github-flow.postman_collection.json
66
- environment: integrationtests/env/quarkus-github-flow-test.postman_environment.json
+ environment: integrationtests/env/quarkus-github-flow-test.postman_environment.json
0 commit comments