
GitHub Actions is a continuous integration and continuous delivery (CI/CD) platform provided by GitHub that allows us to automate our build, test, and deployment pipeline. Together, these two make the backbone of the modern DevOps Environment.

IntroductionĬI/CD stands for continuous integration (CI) and continuous delivery (or deployment) and is a term given to a set of strategies and processes for a fast, reliable, and an effective development process of a software product. The following article aims to go through various concepts and challenges involved in the process. We recently incorporated a CI/CD pipeline in our core Android SDK, and it has given us significant results.

Creating a CI/CD Pipeline For Android SDK Using GitHub Actions
