https://github.com/IITC-College/cicd-lab07-flow-matrix
Goal
Learn how GitHub Actions reacts to:
- successful vs failed steps
success(), failure(), always()
continue-on-error
- matrix builds
needs
- job outputs
Project Setup
- Clone the repository
- Install dependencies
- Run locally: lint, typecheck, test
Expected result:
- lint passes
- typecheck passes
- tests pass
Failure Modes