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 d619f2b commit a755677Copy full SHA for a755677
.github/workflows/main.yml
@@ -21,8 +21,6 @@ jobs:
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
27
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
28
steps:
0 commit comments