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 35ca1fc commit 947a162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
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 restart
sudo service postgresql start
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 947a162

Please sign in to comment.