Problem Statement
What steps do you include in CI for a Vue repo?
Explanation
Install deps with cache, run type-check (vue-tsc), lint, unit tests with coverage, build, and optionally E2E on preview URL. Artifacts and coverage should be uploaded for review.