mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-12-22 23:23:57 -06:00
Add PostgreSQL installation bin directory to path of MacOS GitHub action
This commit is contained in:
parent
099577959b
commit
1e6fab92b0
5
.github/workflows/run-python-tests-pg.yml
vendored
5
.github/workflows/run-python-tests-pg.yml
vendored
@ -20,8 +20,8 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [macos-latest, ubuntu-latest, windows-latest]
|
||||
pgver: [12, 13, 14, 15, 16]
|
||||
os: [macos-latest]
|
||||
pgver: [12]
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
@ -44,6 +44,7 @@ jobs:
|
||||
if: ${{ matrix.os == 'macos-latest' }}
|
||||
run: |
|
||||
brew install postgresql@${{ matrix.pgver }}
|
||||
echo "/opt/homebrew/opt/postgresql@${{ matrix.pgver }}/bin" >> $GITHUB_PATH
|
||||
|
||||
- name: Uninstall PostgreSQL if already present
|
||||
if: ${{ matrix.os == 'windows-latest' }}
|
||||
|
Loading…
Reference in New Issue
Block a user