refactor: move DB_PORT variable outside of conditional block in CI workflow
CI / Generate Certificates (push) Successful in 53s
CI / Frontend CI (push) Successful in 1m8s
CI / Backend CI (push) Failing after 48s
CI / E2E Tests (push) Has been skipped

This commit is contained in:
ramvignesh-b
2026-05-05 06:43:13 +05:30
parent 65653a7389
commit d0cfac958e
+1 -2
View File
@@ -128,11 +128,10 @@ jobs:
# Use internal networking for Gitea
if [ "$GITEA_ACTIONS" = "true" ]; then
export DB_HOST="postgres"
export DB_PORT="5432"
else
export DB_HOST="127.0.0.1"
export DB_PORT="5442"
fi
export DB_PORT="5442"
uv run ruff check
uv run python manage.py test