Skip to content

Commit d0e0090

Browse files
committed
sslmode
1 parent d5cd793 commit d0e0090

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/all-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
- run: dart test -P presubmit --shard-index ${{matrix.shard}} --total-shards 8
7878
working-directory: app/
7979
env:
80-
PUB_POSTGRES_URL: postgresql://postgres:postgres@localhost:5432/postgres
80+
PUB_POSTGRES_URL: postgresql://postgres:postgres@localhost:5432/postgres?sslmode=disable
8181

8282
define_pkg_list:
8383
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)