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 c1add58 commit 5640242
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ 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
sudo service postgresql restart
sudo service postgresql start
sudo service postgresql reload
sudo -u postgres psql -c 'SHOW hba_file'
sudo -u postgres createuser --superuser --login $USER
createdb $USER
psql postgres://[email protected]:5432/$USER -c "SELECT 1" > /dev/null
Expand Down

0 comments on commit 5640242

Please sign in to comment.