fix: update DB_PORT to be a string in CI workflow for consistency
Some checks failed
CI / test (pull_request) Failing after 2m15s
Some checks failed
CI / test (pull_request) Failing after 2m15s
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user