Skip to content

Commit

Permalink
fix: ci psql connection
Browse files Browse the repository at this point in the history
  • Loading branch information
tandemdude committed Oct 1, 2024
1 parent 040d9d1 commit 4f31f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:

- name: Run pytest
env:
DATABASE_URL: postgresql://postgres:postgres@postgres:5432/postgres
DATABASE_URL: postgresql://postgres:postgres@localhost:5432/postgres
run: |
pip install ".[dev.test]"
pytest tests

0 comments on commit 4f31f19

Please sign in to comment.