This repository was archived by the owner on Sep 1, 2022. It is now read-only.
Releases: githubtraining/using-github-actions-for-ci
Releases · githubtraining/using-github-actions-for-ci
Release list
v3.0.1
View Course
Set up continuous integration with GitHub Actions
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
- 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