We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a496a00 + 7e572d0 commit 3fc36f7Copy full SHA for 3fc36f7
2 files changed
.github/workflows/ci.yml
@@ -50,7 +50,7 @@ jobs:
50
POSTGRES_USER: postgres
51
POSTGRES_PASSWORD: password
52
options: >-
53
- --health-cmd pg_isready
+ --health-cmd "pg_isready -U postgres"
54
--health-interval 10s
55
--health-timeout 5s
56
--health-retries 5
.github/workflows/integration-test.yml
@@ -24,7 +24,7 @@ jobs:
24
25
26
27
28
29
30
0 commit comments