Skip to content

Commit

Permalink
[macos] stick to mongodb 4.4 (actions#3484)
Browse files Browse the repository at this point in the history
  • Loading branch information
miketimofeev authored May 31, 2021
1 parent 57a4965 commit 4983dee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion images/macos/provision/core/mongodb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 4983dee

Please sign in to comment.