CI/CD Pipeline Using GitHub Actions: Automate Software Delivery
<p>Today we are going to look at CI/CD pipelines and how we can set them up for free using GitHub Actions.</p>
<p>You might not be aware of what CI/CD is and why we use it, so let’s cover that first.</p>
<h2>Continuous Integration</h2>
<p>CI stands for Continuous Integration, the process of automatically building your code and running all your unit and integration tests. This doesn’t need to be on every single commit but generally, all the tests are run when a pull request is created.</p>
<p><a href="https://medium.com/@alexhyett/ci-cd-pipeline-using-github-actions-automate-software-delivery-ccc4945db8cd"><strong>Read More</strong></a></p>