Skip to content

Commit 7e7f8d0

Browse files
committed
Fix pg
1 parent 4aa2c20 commit 7e7f8d0

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/python-testing.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,9 @@ jobs:
5757
env:
5858
# The hostname used to communicate with the PostgreSQL service container
5959
DB_HOST: postgres
60-
# The default PostgreSQL port
61-
POSTGRES_PORT: 5432
60+
DB_PORT: 5432
61+
DB_NAME: postgres
62+
DB_USER: postgres
63+
DB_PASSWORD: postgres
6264

6365

0 commit comments

Comments
 (0)