[macos] stick to mongodb 4.4 (#3484)

This commit is contained in:
Mikhail Timofeev
2021-05-31 18:33:17 +03:00
committed by GitHub
parent 57a4965327
commit 4983deed0f

View File

@@ -8,6 +8,7 @@ source ~/utils/utils.sh
echo "Installing mongodb..."
brew tap mongodb/brew
brew_smart_install "mongodb-community"
brew_smart_install "mongodb-community@4.4"
ln -sf $(brew --prefix mongodb-community@4.4)/bin/* /usr/local/bin/
invoke_tests "Databases" "Mongo"