Runs MongoDB for a GitHub Actions workflow
See action.yml
steps:
- name: Install MongoDB
uses: Particular/setup-mongodb-action@v1.2.0
with:
connection-string-name: <my connection string name>
mongodb-version: <mongodb version string>
mongodb-replica-set: <replicasetname>
mongodb-port: <portnumber>The scripts and documentation in this project are released under the MIT License.