Difficulty: IntermediateTime to Complete: 60 minutes
.github.workflows
folder contains CI workflows for the develop
and PROD
branches. These rebuild and test the app when code is pushed to the branch, to ensure no breaking changes are introduced. We'll add onto these files throughout the Lab to do more with GitHub Actions.