Automated Tests: Setup using Github Actions
Why do we need Automated Testing?
In large codebases, if your project is being deployed directly from the main or master branch, you do not want to push/merge code that might potentially break your project. As a maintainer, you need to make sure that...
adityabisht.hashnode.dev4 min read