use profile instead of system property to set db-kind

This commit is contained in:
Athou
2024-08-12 10:25:25 +02:00
parent aaf237d111
commit 6b0aa32da2
3 changed files with 128 additions and 7 deletions

View File

@@ -35,7 +35,7 @@ jobs:
# Build & Test
- name: Build with Maven
run: mvn --batch-mode --no-transfer-progress install -Pnative -D"quarkus.datasource.db-kind"=${{ matrix.database }}
run: mvn --batch-mode --no-transfer-progress install -Pnative -P${{ matrix.database }}
# Upload artifacts
- name: Upload cross-platform app