From 55d10ae1fb26951871529a8c8ff2b45c00c62f68 Mon Sep 17 00:00:00 2001 From: Brian Rosner Date: Sun, 13 Apr 2025 10:01:52 -0600 Subject: [PATCH] try use postgres hostname for gitea actions --- .gitea/worfklows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/worfklows/ci.yml b/.gitea/worfklows/ci.yml index aa9c630..83ab837 100644 --- a/.gitea/worfklows/ci.yml +++ b/.gitea/worfklows/ci.yml @@ -51,7 +51,7 @@ jobs: - name: Run pytest run: uv run pytest --cov=teufa --cov-report=xml --junitxml=junit.xml --override-ini=junit_family=legacy tests/ 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 uses: codecov/codecov-action@v4.4.1 with: