Internal
CI test pipeline — internal
GitHub Actions pipeline running 5,000+ tests.
The CI pipeline used to run the Exodia test suite on every change, with caching, matrixed jobs, and gated deploys.
// PROJECT VISUAL
CI test pipeline — internal
SAMPLE
edge@sample $ make lint && make typecheck
→ ruff ok no issues
→ mypy ok 184 files checked
→ eslint ok no issues
→ tsc ok
✓ all checks passed
edge@sample ~/work $ ▍
// TECH
GitHub Actions