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 dca8d75 commit 5fc3cd0Copy full SHA for 5fc3cd0
.github/workflows/CI.yml
@@ -102,7 +102,7 @@ jobs:
102
echo "LIBPQJL_DATABASE_USER=$USER" >> $GITHUB_ENV
103
if: ${{ runner.os == 'macOS' }}
104
- name: Start Homebrew PostgreSQL service
105
- run: pg_ctl -D /usr/local/var/postgres start
+ run: pg_ctl -D /usr/local/var/postgresql@$(psql --version | cut -f3 -d' ' | cut -f1 -d.) start
106
107
# Windows
108
- name: Add PostgreSQL to Path
0 commit comments