We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5caaf32 commit 9fe73e8Copy full SHA for 9fe73e8
.github/workflows/pytest.yml
@@ -43,4 +43,4 @@ jobs:
43
poetry run pytest src
44
env:
45
# The hostname used to communicate with the PostgreSQL service container
46
- DATABASE_URL: postgresql://postgres:password@postgres:5432/test_db
+ DATABASE_URL: postgresql://postgres:password@localhost:5432/test_db
0 commit comments