Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 501 Bytes

File metadata and controls

22 lines (16 loc) · 501 Bytes

setup-mongodb-action

Runs MongoDB for a GitHub Actions workflow

Usage

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>

License

The scripts and documentation in this project are released under the MIT License.