GitHub/Workflows
< GitHub
GitHub workflows, also known as GitHub Actions, are automated processes that will run one or more jobs.[1] Workflows are used to automate building, testing, and deployment of applications.[2]
Readings
editMultimedia
editActivities
edit- Troubleshoot a failed GitHub workflow.
- Review GitHub: Monitoring and Troubleshooting Workflows
- In GitHub Actions, select a failed workflow.
- Select the failed job or the first failed job in that workflow.
- Review the detailed results in the job log to identify job errors.