try use postgres hostname for gitea actions

This commit is contained in:
Brian Rosner 2025-04-13 10:01:52 -06:00
parent a64ed4ea49
commit 55d10ae1fb

View File

@ -51,7 +51,7 @@ jobs:
- name: Run pytest - name: Run pytest
run: uv run pytest --cov=teufa --cov-report=xml --junitxml=junit.xml --override-ini=junit_family=legacy tests/ run: uv run pytest --cov=teufa --cov-report=xml --junitxml=junit.xml --override-ini=junit_family=legacy tests/
env: env:
DATABASE_URL: postgresql+psycopg://postgres:postgres@localhost:5432/postgres DATABASE_URL: postgresql+psycopg://postgres:postgres@postgres:5432/postgres
- name: Upload coverage reports to Codecov - name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.4.1 uses: codecov/codecov-action@v4.4.1
with: with: