This repository has been archived by the owner on Sep 1, 2022. It is now read-only.
View Course
GitHub Actions: Continuous Integration
Steps
- Use a templated workflow
- Run a templated workflow
- Add your first test
- Read an Actions log
- Fix the test
- Share the workflow with the team
- Create a custom GitHub Actions workflow
- Target a Windows environment
- Use multiple jobs
- Run multiple jobs
- Upload a job's build artifacts
- Download a job's build artifacts
- Share the improved CI workflow with the team
- Automate the review process
- Use an action to automate pull request reviews
- Create an approval job in your new workflow
- Automate approvals
- Use branch protections