Back
Julien Le Coupanec
Our current CI process within a single Turborepo includes:
- Linting
- Type checking
- Running tests (backend and helper packages)
- Build
- Deployment
Weβre considering adding Cypress tests and Lighthouse scores for key pages. What steps are included in your CI pipeline?