supercharge / mongodb-github-action

Use MongoDB in GitHub Actions
MIT License
227 stars 48 forks source link

MongoDB path #5

Closed jgcmarins closed 4 years ago

jgcmarins commented 4 years ago

Hi, this action looks really promising. I'd like to use with mongodb-memory-server and point out where is MongoDB installation path to avoid mongodb-memory-server downloading MongoDB every time. Do you know where it's being installed on the container context? Thanks.

jgcmarins commented 4 years ago

Alright, I just used which mongod and it seems to work. Thanks.

marcuspoehls commented 4 years ago

@jgcmarins Hey João, thank you for sharing your solution. Good to know you already solved it.