This commit is contained in:
Aleksandr Chebotov
2022-07-27 14:56:25 +03:00
committed by GitHub
parent f9f1f82374
commit 72b53f53de
+4
View File
@@ -11,4 +11,8 @@ versionToInstall=$(brew search --formulae /mongodb-community@$toolsetVersion/ |
echo "Installing mongodb $versionToInstall"
brew_smart_install "$versionToInstall"
if ! which mongo ; then
brew link "$versionToInstall"
fi
invoke_tests "Databases" "MongoDB"