Description
CI/CD pipeline is slow and unreliable. Optimize with caching, parallelization, and smart test selection for faster feedback.
Acceptance Criteria
Technical Scope
- .github/workflows/
- package.json
- jest.config.js
- Edge: cache invalidation on dependency changes, parallel job resource contention
Description
CI/CD pipeline is slow and unreliable. Optimize with caching, parallelization, and smart test selection for faster feedback.
Acceptance Criteria
Technical Scope