Skip to content

Commit

Permalink
[-] fix GHA workflow for macos-latest (#651)
Browse files Browse the repository at this point in the history
  • Loading branch information
pashagolub authored May 7, 2024
1 parent 7175b0d commit 9d70910
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,10 @@ jobs:

- name: Start PostgreSQL on MacOS
run: |
brew services start postgresql
brew update
brew install postgresql@16
brew link --force postgresql@16
brew services start postgresql@16
echo "Check PostgreSQL service is running"
i=10
COMMAND='pg_isready'
Expand Down

0 comments on commit 9d70910

Please sign in to comment.