fix CI database name to satisfy vaessl_test assertion
SonarQube Analysis / Build and Analyze (pull_request) Successful in 3m40s

Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
This commit is contained in:
2026-06-25 22:09:19 +02:00
co-authored by Claude Sonnet 4.6
parent 4318fc13f6
commit 8c18d7ff73
+3 -3
View File
@@ -23,7 +23,7 @@ jobs:
env: env:
POSTGRES_USER: vaessl POSTGRES_USER: vaessl
POSTGRES_PASSWORD: vaessl POSTGRES_PASSWORD: vaessl
POSTGRES_DB: vaessl POSTGRES_DB: vaessl_test
options: >- options: >-
--health-cmd pg_isready --health-cmd pg_isready
--health-interval 10s --health-interval 10s
@@ -65,8 +65,8 @@ jobs:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }} SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
DB_URL: jdbc:postgresql://postgres:5432/vaessl DB_URL: jdbc:postgresql://postgres:5432/vaessl_test
DB_TEST_URL: jdbc:postgresql://postgres:5432/vaessl DB_TEST_URL: jdbc:postgresql://postgres:5432/vaessl_test
DB_USERNAME: vaessl DB_USERNAME: vaessl
DB_PASSWORD: vaessl DB_PASSWORD: vaessl
PG_DRIVER_CLASS_NAME: org.postgresql.Driver PG_DRIVER_CLASS_NAME: org.postgresql.Driver