We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cd966c commit 9e6faccCopy full SHA for 9e6facc
test/setup_db.sh
@@ -3,9 +3,6 @@ set -x
3
4
brew install postgresql@16
5
brew link postgresql@16 --force
6
-
7
-# Add the services tap and ensure PATH is updated
8
-brew tap homebrew/services
9
export PATH="/opt/homebrew/opt/postgresql@16/bin:$PATH"
10
11
# Start PostgreSQL using the full command instead of brew services
0 commit comments