mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -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:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [macos-latest, ubuntu-latest, windows-latest]
|
os: [macos-latest]
|
||||||
pgver: [12, 13, 14, 15, 16]
|
pgver: [12]
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
||||||
@ -44,6 +44,7 @@ jobs:
|
|||||||
if: ${{ matrix.os == 'macos-latest' }}
|
if: ${{ matrix.os == 'macos-latest' }}
|
||||||
run: |
|
run: |
|
||||||
brew install postgresql@${{ matrix.pgver }}
|
brew install postgresql@${{ matrix.pgver }}
|
||||||
|
echo "/opt/homebrew/opt/postgresql@${{ matrix.pgver }}/bin" >> $GITHUB_PATH
|
||||||
|
|
||||||
- name: Uninstall PostgreSQL if already present
|
- name: Uninstall PostgreSQL if already present
|
||||||
if: ${{ matrix.os == 'windows-latest' }}
|
if: ${{ matrix.os == 'windows-latest' }}
|
||||||
|
Loading…
Reference in New Issue
Block a user