-
Notifications
You must be signed in to change notification settings - Fork 0
Fix Vitest command in GitHub Actions #81
Copy link
Copy link
Open
Labels
area:ciCI/CD workflowsCI/CD workflowsbugSomething isn't workingSomething isn't workingpriority:highUrgent workUrgent workstatus:approvedApproved for implementationApproved for implementationstatus:needs-reviewNeeds maintainer reviewNeeds maintainer review
Milestone
Metadata
Metadata
Assignees
Labels
area:ciCI/CD workflowsCI/CD workflowsbugSomething isn't workingSomething isn't workingpriority:highUrgent workUrgent workstatus:approvedApproved for implementationApproved for implementationstatus:needs-reviewNeeds maintainer reviewNeeds maintainer review
Context
Current CI test job executes
pnpm test run, which resolves tovitest run runand fails withNo test files found.Problem
The pipeline reports false negatives even when tests pass locally with
pnpm test.Proposed Solution
.github/workflows/ci.ymltest command to usepnpm test(or explicitvitest run).Acceptance Criteria
Notes
This is blocking confidence in all upcoming stabilization changes.