Skip to content

Commit 4a33f0b

Browse files
committed
fix port mappings
1 parent 5f56b43 commit 4a33f0b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/test.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@ jobs:
8787
redis:
8888
container_name: redis-ci
8989
image: redis:alpine
90-
ports: 6379:6379
90+
ports:
91+
- 6379:6379
9192
options: >-
9293
--health-cmd "redis-cli ping"
9394
--health-interval 10s
@@ -96,7 +97,8 @@ jobs:
9697
postgres:
9798
container_name: postgres-ci
9899
image: postgres:alpine
99-
ports: 5432:5432
100+
ports:
101+
- 5432:5432
100102
options: >-
101103
--health-cmd pg_isready
102104
--health-interval 10s

0 commit comments

Comments
 (0)