fix: refactor database environment variables in CI workflow for consistency #9

Merged
zwitschi merged 3 commits from feat/ci-overhaul-20251029 into main 2025-11-02 11:21:15 +01:00
Showing only changes of commit 6eef8424b7 - Show all commits

View File

@@ -12,7 +12,7 @@ jobs:
APT_CACHER_NG: http://192.168.88.14:3142 APT_CACHER_NG: http://192.168.88.14:3142
DB_DRIVER: postgresql DB_DRIVER: postgresql
DB_HOST: postgres DB_HOST: postgres
DB_PORT: 5432 DB_PORT: '5432'
DB_NAME: calminer_test DB_NAME: calminer_test
DB_USER: calminer DB_USER: calminer
DB_PASSWORD: calminer_password DB_PASSWORD: calminer_password