Skip to content

Commit 9fe73e8

Browse files
authored
Update pytest.yml
1 parent 5caaf32 commit 9fe73e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ jobs:
4343
poetry run pytest src
4444
env:
4545
# The hostname used to communicate with the PostgreSQL service container
46-
DATABASE_URL: postgresql://postgres:password@postgres:5432/test_db
46+
DATABASE_URL: postgresql://postgres:password@localhost:5432/test_db

0 commit comments

Comments
 (0)