diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7c93ce1..6934e15 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,7 @@ jobs: run: uv run --python 3.14 --extra dev pytest -q working-directory: backend env: - TEST_DATABASE_URL: postgresql+asyncpg://postgres:postgres@localhost:5433/nuzlocke_test + TEST_DATABASE_URL: postgresql+asyncpg://postgres:postgres@192.168.1.10:5433/nuzlocke_test frontend-tests: runs-on: ubuntu-latest