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 a755677 commit 25fd190Copy full SHA for 25fd190
.github/workflows/main.yml
@@ -21,6 +21,8 @@ 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