We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fa755c commit 2bbda1fCopy full SHA for 2bbda1f
1 file changed
.github/workflows/test.yml
@@ -44,6 +44,8 @@ jobs:
44
45
echo "/usr/lib/postgresql/18/bin" >> $GITHUB_PATH
46
sudo systemctl start postgresql
47
+ psql -U postgres -c "SELECT version();"
48
+ psql -U postgres -tAc "SHOW port;"
49
sudo -u postgres psql -c "ALTER USER postgres PASSWORD 'postgres';"
50
sudo -u postgres createdb golden_axe_test
51
0 commit comments