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 655510b commit 367ffdaCopy full SHA for 367ffda
.github/workflows/CI.yml
@@ -112,7 +112,7 @@ jobs:
112
echo "LIBPQJL_DATABASE_USER=$USER" >> $GITHUB_ENV
113
if: ${{ runner.os == 'macOS' }}
114
- name: Start Homebrew PostgreSQL service
115
- run: pg_ctl -D ${{ matrix.macos-postgresql-path }}@${{ matrix.postgresql-version }} start
+ run: $(brew --prefix postgresql@${{matrix.postgresql-version }})/bin/pg_ctl -D ${{ matrix.macos-postgresql-path }}@${{ matrix.postgresql-version }} start
116
117
# Windows
118
- name: Add PostgreSQL to Path
0 commit comments