Skip to content

Commit 25fd190

Browse files
committed
Revert "Remove redundant port specification"
This reverts commit a755677.
1 parent a755677 commit 25fd190

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
image: postgres:11
2222
env:
2323
POSTGRES_PASSWORD: postgres
24+
ports:
25+
- 5432:5432
2426
# needed because the postgres container does not provide a healthcheck
2527
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
2628
steps:

0 commit comments

Comments
 (0)