Skip to content

Commit f03d368

Browse files
authored
Adding postgres driver for native build
1 parent 4c2893c commit f03d368

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/master.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
java-version: 11
1717
- name: Build native with Maven
18-
run: mvn -B package -Pnative -Dquarkus.native.container-build=true
18+
run: mvn -B package -Pnative -Dquarkus.native.container-build=true -Dquarkus.datasource.driver=org.postgresql.Driver
1919
- name: Upload target for next job
2020
uses: actions/upload-artifact@v1
2121
with:
@@ -63,4 +63,4 @@ jobs:
6363
- uses: matt-ball/newman-action@master
6464
with:
6565
collection: integrationtests/quarkus-github-flow.postman_collection.json
66-
environment: integrationtests/env/quarkus-github-flow-test.postman_environment.json
66+
environment: integrationtests/env/quarkus-github-flow-test.postman_environment.json

0 commit comments

Comments
 (0)