Skip to content

Commit 2bbda1f

Browse files
committed
debug
1 parent 3fa755c commit 2bbda1f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +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;"
4749
sudo -u postgres psql -c "ALTER USER postgres PASSWORD 'postgres';"
4850
sudo -u postgres createdb golden_axe_test
4951

0 commit comments

Comments
 (0)