GitHub Actions

How to easily setup mongodb database with github actions workflow

How to easily setup mongodb database with github actions workflow

Any real world application would most often use some form of database for storing master and transactional data. When we build our CI pipeline on Github actions, we are often required to setup a database in our test environment in order to execute test cases.In this post, we will setup...