Skip to content

Commit

Permalink
chore: improve workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
XionWCFM committed Nov 17, 2024
1 parent 18e47e1 commit f89b8a3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/vitest-report-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ jobs:

- name: 'Install Deps'
run: pnpm install --frozen-lockfile

- name: 'Run Vitest'
run: pnpm ci:test

- name: 'Test'
run: pnpm vitest --coverage.enabled true

Expand Down

0 comments on commit f89b8a3

Please sign in to comment.