From d2b5367a3761716021d560c05a06099b0bab1264 Mon Sep 17 00:00:00 2001 From: Lev Kokotov Date: Fri, 25 Oct 2024 20:59:55 -0700 Subject: [PATCH] debug more --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 76a18b1b..4cae41fe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,6 +14,7 @@ jobs: - name: Setup PostgreSQL run: | echo "host all all 127.0.0.1/32 trust" | sudo tee -a /etc/postgresql/14/main/pg_hba.conf + cat /etc/postgresql/14/main/pg_hba.conf sudo service postgresql start sudo service postgresql reload sudo -u postgres psql -c 'SHOW hba_file'