fix: update DB_PORT to be a string in CI workflow for consistency
Some checks failed
CI / test (pull_request) Failing after 2m15s

This commit is contained in:
2025-11-02 11:13:45 +01:00
parent c1f4902cf4
commit 6eef8424b7

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