From d518c17d1847f9d758fb39a42b2d54db35d507d3 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 22 Jun 2023 14:13:31 +0200 Subject: [PATCH] Test CI --- .github/workflows/github_ci_php71_pgsql.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/github_ci_php71_pgsql.yml b/.github/workflows/github_ci_php71_pgsql.yml index 140fa0488f1..9ef70c2ae90 100644 --- a/.github/workflows/github_ci_php71_pgsql.yml +++ b/.github/workflows/github_ci_php71_pgsql.yml @@ -129,6 +129,7 @@ jobs: ps fauxww | grep postgres ls /etc/postgresql/14/main/ sudo cat /etc/postgresql/14/main/pg_hba.conf + sudo chmod -R a+rwx /etc/postgresql/14/main/pg_hba.conf sudo echo "local all postgres trust" > /etc/postgresql/14/main/pg_hba.conf sudo echo "host all all 127.0.0.1/32 trust" >> /etc/postgresql/14/main/pg_hba.conf