Skip to content

Commit 4aa2c20

Browse files
committed
missing files
1 parent 6016c4e commit 4aa2c20

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/python-testing.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,10 @@ jobs:
5454
- name: Test with pytest
5555
run: |
5656
pytest
57+
env:
58+
# The hostname used to communicate with the PostgreSQL service container
59+
DB_HOST: postgres
60+
# The default PostgreSQL port
61+
POSTGRES_PORT: 5432
62+
63+

0 commit comments

Comments
 (0)