Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
levkk committed Oct 26, 2024
1 parent 5acd3ba commit 3e27c10
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,8 @@ jobs:
steps:
- name: Setup PostgreSQL
run: |
sudo cat /etc/postgresql/14/main/pg_hba.conf
echo "peer all all peer" | sudo tee /etc/postgresql/14/main/pg_hba.conf
echo "local all postgres peer" | sudo tee -a /etc/postgresql/14/main/pg_hba.conf
echo "host all all 127.0.0.1/32 trust" | sudo tee -a /etc/postgresql/14/main/pg_hba.conf
sudo service postgresql start
sudo sed -i 's/scram-sha-256/trust/g' /etc/postgresql/14/main/pg_hba.conf
sudo service postgresql restart
sudo cat /etc/postgresql/14/main/pg_hba.conf
sudo -u postgres createuser --superuser --login $USER
createdb $USER
Expand Down

0 comments on commit 3e27c10

Please sign in to comment.