Skip to content

Commit 5cc18b8

Browse files
committed
ports
1 parent d59b279 commit 5cc18b8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/all-test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
shard: [0, 1, 2, 3, 4, 5, 6, 7]
4848
runs-on: ubuntu-latest
4949
services:
50-
postgres: # the hostname
50+
postgres: # the label is the hostname
5151
image: postgres
5252
env:
5353
POSTGRES_PASSWORD: postgres
@@ -57,6 +57,8 @@ jobs:
5757
--health-interval 10s
5858
--health-timeout 5s
5959
--health-retries 5
60+
ports:
61+
- 5432:5432
6062
steps:
6163
- name: Cache PUB_CACHE
6264
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684

0 commit comments

Comments
 (0)