Create your First CI/CD Pipeline using GitHub Actions
7 Aug 2022 1 minute read 0 comments Scofield
Getting Started with CI/CD For a quick demo of how Continuous Integration and Continuous Delivery works, we will use GitHub actions to automate test for our software workflows. Create a repository called test. Next, tick the ...