Update test.yml
This commit is contained in:
parent
378a035941
commit
a8f85dd119
|
|
@ -35,6 +35,12 @@ jobs:
|
|||
|
||||
- name: Eslint check
|
||||
run: pnpm lint:script
|
||||
|
||||
- name: build
|
||||
run: pnpm build
|
||||
|
||||
- name: dev
|
||||
run: pnpm dev
|
||||
|
||||
unit_test:
|
||||
name: Unit test
|
||||
|
|
|
|||
Loading…
Reference in New Issue