supercharge / mongodb-github-action

Use MongoDB in GitHub Actions
MIT License
222 stars 46 forks source link

Error: spawn mongodb://localhost/test ENOENT #15

Closed farhantahir closed 3 years ago

farhantahir commented 3 years ago

Facing following error with this.

Error: spawn mongodb://localhost/test ENOENT

what could be wrong here.

- name: Start MongoDB
        uses: supercharge/mongodb-github-action@1.3.0
        with:
          mongodb-version: ${{ matrix.mongodb-version }}
marcuspoehls commented 3 years ago

@farhantahir Hey Farhan, can you see where this error is coming from? Is your application throwing this error while connecting to MongoDB? I’m not sure if the Mongo port is required in your connection string.

marcuspoehls commented 3 years ago

@farhantahir Did you resolve your issue?