Skip to content

Commit 2adccec

Browse files
committed
Fix port mapping
1 parent 14d1cf2 commit 2adccec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
POSTGRES_PASSWORD: psql_pwd
3737
POSTGRES_USER: psql_user
3838
ports:
39-
5432: 5432
39+
- 5432:5432
4040
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
4141

4242
steps:

0 commit comments

Comments
 (0)