Continuous integration with Github Action
To keep pace in today’s development world, Continuous integration, among other practices, has become a must. It’s a good way to detect bugs quicker, deliver faster and improve the developers’ productivity.
It’s (almost always) related to Continuous Deployment, but in this article we will focus on the CI stages. Together, we will see how to set up a simple continuous integration pipeline using Github Action.