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 c6d920d commit ab22628Copy full SHA for ab22628
.github/workflows/build.yml
@@ -13,7 +13,7 @@ jobs:
13
env:
14
POSTGRES_USER: postgres
15
POSTGRES_PASSWORD: postgres
16
- POSTGRES_DB: postgres
+ POSTGRES_DB: postgres_test
17
ports:
18
- 5432/tcp
19
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
0 commit comments