mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Test CI
This commit is contained in:
parent
65a43428b9
commit
e4c371ebf0
10
.github/workflows/github_ci_php71_pgsql.yml
vendored
10
.github/workflows/github_ci_php71_pgsql.yml
vendored
|
|
@ -129,6 +129,16 @@ jobs:
|
|||
ps fauxww | grep postgres
|
||||
ls /etc/postgresql/14/main/
|
||||
sudo cat /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
|
||||
sudo echo "host all all 0.0.0.0/0 trust" >> /etc/postgresql/14/main/pg_hba.conf
|
||||
sudo echo "host all all ::1/128 trust" >> /etc/postgresql/14/main/pg_hba.conf
|
||||
|
||||
sudo cat /etc/postgresql/14/main/pg_hba.conf
|
||||
|
||||
sudo /etc/init.d/postgresql restart
|
||||
|
||||
#$(PGPASSWORD="postgres"; psql -h 127.0.0.1 -p 5432 -U postgres -l -A)
|
||||
psql -h 127.0.0.1 -p 5432 -U postgres -l -A
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user