Skip to content

Commit

Permalink
Fix Linux postgres CI setup
Browse files Browse the repository at this point in the history
  • Loading branch information
jayvdb committed Dec 16, 2024
1 parent fca9bf5 commit 4ffb2ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y postgresql
sudo sed -i "s/scram-sha-256/trust/" /etc/postgresql/14/main/pg_hba.conf
sudo cat /etc/postgresql/14/main/pg_hba.conf
sudo sed -i "s/scram-sha-256/trust/" /etc/postgresql/16/main/pg_hba.conf
sudo cat /etc/postgresql/16/main/pg_hba.conf
sudo service postgresql restart && sleep 3
echo BUTANE_PG_CONNSTR="host=localhost user=postgres sslmode=disable port=5432" >> $GITHUB_ENV
- name: Setup postgres on MacOS
Expand Down

0 comments on commit 4ffb2ce

Please sign in to comment.