Laurent Destailleur 2 năm trước cách đây
mục cha
commit
d518c17d18
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      .github/workflows/github_ci_php71_pgsql.yml

+ 1 - 0
.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