Skip to content

Starts the specific version of MongoDB as a detach Docker

Notifications You must be signed in to change notification settings

wbari/start-mongoDB

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

Start MongoDB as Docker Container JavaScript Action

Starts the specific version of MongoDB as a detach Docker container

Inputs

mongoDbVersion

Required The version of mongoDB. Default "3.6".

Example usage

...
...
strategy:
      matrix:
        mongodb-version: ["4.0", "4.2"]
...
...
- name: Launch MongoDB
  uses: wbari/start-mongoDB@v0.2
  with:
    mongoDBVersion: ${{ matrix.mongodb-version }}

About

Starts the specific version of MongoDB as a detach Docker

Resources

Stars

Watchers

Forks

Packages

No packages published