Skip to content

Commit

Permalink
Update actions with vitest params
Browse files Browse the repository at this point in the history
  • Loading branch information
webfiltered committed Nov 6, 2024
1 parent d9e0b4c commit ad351d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
run: |
npm ci
npm run build
- name: Run jest tests
- name: Run vitest tests
run: |
npm test -- --verbose
npm test -- --reporter=verbose

0 comments on commit ad351d8

Please sign in to comment.