fix(vitest): update test command from 'test:vitest' to 'test:unit'
This commit is contained in:
parent
e1483ab80a
commit
b16328abe9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/vitest.yml
vendored
2
.github/workflows/vitest.yml
vendored
|
|
@ -20,4 +20,4 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: pnpm install --frozen-lockfile
|
||||
- name: Run Vitest suites
|
||||
run: pnpm test:vitest
|
||||
run: pnpm test:unit
|
||||
|
|
|
|||
Loading…
Reference in a new issue