You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using GH actions macOS runner, to test transactions we need to setup a cluster locally through the installed mongoDB without using docker. Docker isn't officially installed on macOS and there's some weirdness when installing it via a separate action.
We should ideally build a script that manually starts the mongod instance and sets up the cluster manually before we run the tests. This article should provide some good steps and serve as a starting point.
The text was updated successfully, but these errors were encountered:
Using GH actions macOS runner, to test transactions we need to setup a cluster locally through the installed mongoDB without using docker. Docker isn't officially installed on macOS and there's some weirdness when installing it via a separate action.
We should ideally build a script that manually starts the
mongod
instance and sets up the cluster manually before we run the tests.This article should provide some good steps and serve as a starting point.
The text was updated successfully, but these errors were encountered: