fix CI database name to satisfy vaessl_test assertion
SonarQube Analysis / Build and Analyze (pull_request) Successful in 3m40s
SonarQube Analysis / Build and Analyze (pull_request) Successful in 3m40s
Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
This commit is contained in:
@@ -23,7 +23,7 @@ jobs:
|
||||
env:
|
||||
POSTGRES_USER: vaessl
|
||||
POSTGRES_PASSWORD: vaessl
|
||||
POSTGRES_DB: vaessl
|
||||
POSTGRES_DB: vaessl_test
|
||||
options: >-
|
||||
--health-cmd pg_isready
|
||||
--health-interval 10s
|
||||
@@ -65,8 +65,8 @@ jobs:
|
||||
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
||||
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
|
||||
|
||||
DB_URL: jdbc:postgresql://postgres:5432/vaessl
|
||||
DB_TEST_URL: jdbc:postgresql://postgres:5432/vaessl
|
||||
DB_URL: jdbc:postgresql://postgres:5432/vaessl_test
|
||||
DB_TEST_URL: jdbc:postgresql://postgres:5432/vaessl_test
|
||||
DB_USERNAME: vaessl
|
||||
DB_PASSWORD: vaessl
|
||||
PG_DRIVER_CLASS_NAME: org.postgresql.Driver
|
||||
|
||||
Reference in New Issue
Block a user