We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21fdd10 commit f2b18ceCopy full SHA for f2b18ce
.github/workflows/main.yml
@@ -41,6 +41,8 @@ jobs:
41
env:
42
POSTGRES_PASSWORD: postgres
43
# Set health checks to wait until postgres has started
44
+ ports:
45
+ - 5432:5432
46
options: >-
47
--health-cmd pg_isready
48
--health-interval 10s
0 commit comments