diff --git a/.github/workflows/install_mongo.sh b/.github/workflows/install_mongo.sh index 8b0798db5..a7b81b7a1 100644 --- a/.github/workflows/install_mongo.sh +++ b/.github/workflows/install_mongo.sh @@ -65,6 +65,8 @@ if [ ! -d "$mongosh_dir" ]; then exit 1 fi +# creating a ".path" file to make sure start_mongo is referring to the same binaries +# that this installation is referring to echo >&2 "Creating mongo.path" echo "export PATH='${mongodb_dir}/bin:${mongosh_dir}/bin:'"'$PATH' \ | tee >&2 mongo.path