From be67555d02d8c58d0b65a26eff462746663a0fff Mon Sep 17 00:00:00 2001 From: Jack Christensen Date: Mon, 28 Dec 2020 12:56:41 -0600 Subject: [PATCH] Another CI tweak --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 242ad7b3..30e17b6a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,3 +41,4 @@ jobs: PGHOST: localhost PGUSER: postgres PGPASSWORD: secret + PGSSLMODE: disable