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 d5cd793 commit d0e0090Copy full SHA for d0e0090
.github/workflows/all-test.yml
@@ -77,7 +77,7 @@ jobs:
77
- run: dart test -P presubmit --shard-index ${{matrix.shard}} --total-shards 8
78
working-directory: app/
79
env:
80
- PUB_POSTGRES_URL: postgresql://postgres:postgres@localhost:5432/postgres
+ PUB_POSTGRES_URL: postgresql://postgres:postgres@localhost:5432/postgres?sslmode=disable
81
82
define_pkg_list:
83
runs-on: ubuntu-latest
0 commit comments