We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c864820 commit b72b39fCopy full SHA for b72b39f
1 file changed
.github/workflows/python-testing.yml
@@ -26,7 +26,7 @@ jobs:
26
# Provide the password for postgres
27
env:
28
POSTGRES_PASSWORD: postgres
29
- POSTGRES_HOST_AUTH_METHOD: trust
+ #POSTGRES_HOST_AUTH_METHOD: trust
30
POSTGRES_USER: postgres
31
# Set health checks to wait until postgres has started
32
options: >-
0 commit comments