We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da8af78 commit 766465aCopy full SHA for 766465a
1 file changed
.github/workflows/build.yaml
@@ -16,7 +16,7 @@ jobs:
16
POSTGRES_DB: ${{ secrets.TEST_POSTGRES_DB }}
17
POSTGRES_PASSWORD: ${{ secrets.TEST_POSTGRES_PASSWORD }}
18
options: >-
19
- --health-cmd="pg_isready -U ${{ secrets.TEST_POSTGRES_USER }}"
+ --health-cmd="pg_isready -U $POSTGRES_USER"
20
--health-interval=10s
21
--health-timeout=5s
22
--health-retries=5
0 commit comments