Available for selected projectsStart a project
Work
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 · ~/workzsh
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
Build something similarView all
CI test pipeline — internal — Mohamed Adel Mamoun