diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 4734e9b..b0f9854 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -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