We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 395801c commit bc5ed05Copy full SHA for bc5ed05
.github/workflows/test.yml
@@ -32,7 +32,7 @@ jobs:
32
POSTGRES_USER: postgres
33
POSTGRES_PASSWORD: postgres
34
POSTGRES_DB: test_db
35
- POSTGRES_HOST: postgres
+ POSTGRES_HOST: 127.0.0.1
36
POSTGRES_PORT: 5432
37
38
steps:
0 commit comments