Skip to content

Commit a755677

Browse files
committed
Remove redundant port specification
1 parent d619f2b commit a755677

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/main.yml

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

0 commit comments

Comments
 (0)