diff --git a/.github/actions/setup-postgres-macos/action.yml b/.github/actions/setup-postgres-macos/action.yml index 3ce1cd7144e..ebb818e78c4 100644 --- a/.github/actions/setup-postgres-macos/action.yml +++ b/.github/actions/setup-postgres-macos/action.yml @@ -6,6 +6,7 @@ runs: - shell: bash run: | brew install postgresql@16 + brew link postgresql@16 --force brew services start postgresql@16 echo "Check PostgreSQL service is running" i=10