refactor: move DB_PORT variable outside of conditional block in CI workflow
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user