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 3a550b6 commit d619f2bCopy full SHA for d619f2b
.github/workflows/main.yml
@@ -19,6 +19,8 @@ jobs:
19
services:
20
postgres:
21
image: postgres:11
22
+ env:
23
+ POSTGRES_PASSWORD: postgres
24
ports:
25
- 5432:5432
26
# needed because the postgres container does not provide a healthcheck
0 commit comments