From 6eef8424b76ef94cf8888a6ab2a2ffe106804864 Mon Sep 17 00:00:00 2001 From: zwitschi Date: Sun, 2 Nov 2025 11:13:45 +0100 Subject: [PATCH] fix: update DB_PORT to be a string in CI workflow for consistency --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index c7005c9..75c7598 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: APT_CACHER_NG: http://192.168.88.14:3142 DB_DRIVER: postgresql DB_HOST: postgres - DB_PORT: 5432 + DB_PORT: '5432' DB_NAME: calminer_test DB_USER: calminer DB_PASSWORD: calminer_password