Available for selected projectsStart a project
Work
Internal

CI test pipeline — internal

GitHub Actions pipeline running 3,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
// API · v1
GET/v1/orders
POST/v1/orders
GET/v1/orders/{id}
PUT/v1/orders/{id}
DELETE/v1/orders/{id}
POST/v1/webhooks/inbound
// SHELL
$ deploy --env=prod
→ building image ok (3.1s)
→ pushing layers ok (8.4s)
→ rollout ok (canary 25%)
→ healthcheck ok (200)
✓ deploy complete · build #482
// TECH
GitHub Actions
Build something similarView all