We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6016c4e commit 4aa2c20Copy full SHA for 4aa2c20
1 file changed
.github/workflows/python-testing.yml
@@ -54,3 +54,10 @@ jobs:
54
- name: Test with pytest
55
run: |
56
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