Skip to content

superellips/MongoDBTesting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MongoDBTesting

Example project showing that testing can be made against a temporary database running locally in a container could used for the unit-tests that connect to MongoDB.

For this project I've added the following step to the workflow file main.yml:

    - name: Create mongo container
      run: docker run -d -p 27017:27017 mongo:latest

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages