Skip to content

Commit 931d31a

Browse files
committed
fix debug
1 parent 2bbda1f commit 931d31a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ jobs:
4444
4545
echo "/usr/lib/postgresql/18/bin" >> $GITHUB_PATH
4646
sudo systemctl start postgresql
47-
psql -U postgres -c "SELECT version();"
48-
psql -U postgres -tAc "SHOW port;"
47+
sudo -u postgres psql -c "SELECT version();"
48+
sudo -u postgres psql -tAc "SHOW port;"
4949
sudo -u postgres psql -c "ALTER USER postgres PASSWORD 'postgres';"
5050
sudo -u postgres createdb golden_axe_test
5151

0 commit comments

Comments
 (0)