ci: unify pipelines — single install, ~50% faster CI #588
Reference in New Issue
Block a user
Delete Branch "ci/unified-pipeline"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
Merges api.yml + orchestrator.yml + web.yml into a single ci.yml pipeline.
Why
pnpm installwas running 3 times (once per workflow) at ~190s each = ~570s wasted.How
installstep shared by all quality gatespnpm turbo lint/pnpm turbo typecheckrun across all packages in one stepExpected Impact
coordinator.yml and infra.yml unchanged (different language/concerns).