Update test.yml

This commit is contained in:
Kenny628 2023-08-24 16:14:17 +08:00 committed by GitHub
parent 378a035941
commit a8f85dd119
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -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