ci: run vitest in workflow
This commit is contained in:
parent
df79c59c8e
commit
ac2bdcbea6
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -31,5 +31,8 @@ jobs:
|
|||||||
- name: Lint
|
- name: Lint
|
||||||
run: pnpm lint
|
run: pnpm lint
|
||||||
|
|
||||||
|
- name: Test
|
||||||
|
run: pnpm test
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: pnpm build
|
run: pnpm build
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user