Build a full CI pipeline for a microservices project (monorepo) using GitHub Actions
Introduction In today world, continuous integration (CI) plays an important role in software projects. There are many tools that help developers create and manage CI pipelines such as Azure Pipeline, GitHub Actions, Jenkins, GitLab CI, CircleCI etc. In this post I will show you how we have built a full CI pipeline for a microservices …
Build a full CI pipeline for a microservices project (monorepo) using GitHub Actions Read More »