CI-CD

DevOps

CI for sanity tests using CircleCI

Isn't it nice to automate running of basic sanity tests like checking linting and unit tests before proceeding with merging of a pull request or deploying a new build?It's easy to setup such a CI pipeline for your git repo. Let's see how...

Read