We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a40a78 commit d5cd793Copy full SHA for d5cd793
.github/workflows/all-test.yml
@@ -57,6 +57,8 @@ jobs:
57
--health-interval 10s
58
--health-timeout 5s
59
--health-retries 5
60
+ ports:
61
+ - 5432:5432
62
steps:
63
- name: Cache PUB_CACHE
64
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
@@ -75,7 +77,7 @@ jobs:
75
77
- run: dart test -P presubmit --shard-index ${{matrix.shard}} --total-shards 8
76
78
working-directory: app/
79
env:
- PUB_POSTGRES_URL: postgresql://postgres:postgres@postgres:5432/postgres
80
+ PUB_POSTGRES_URL: postgresql://postgres:postgres@localhost:5432/postgres
81
82
define_pkg_list:
83
runs-on: ubuntu-latest
0 commit comments