Skip to content

Commit d5cd793

Browse files
committed
localhost
1 parent 2a40a78 commit d5cd793

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
@@ -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
@@ -75,7 +77,7 @@ jobs:
7577
- run: dart test -P presubmit --shard-index ${{matrix.shard}} --total-shards 8
7678
working-directory: app/
7779
env:
78-
PUB_POSTGRES_URL: postgresql://postgres:postgres@postgres:5432/postgres
80+
PUB_POSTGRES_URL: postgresql://postgres:postgres@localhost:5432/postgres
7981

8082
define_pkg_list:
8183
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)