chore(ci): add unit and component tests to lefthook and gitea workflow
This commit is contained in:
@@ -13,6 +13,10 @@ pre-commit:
|
||||
pre-push:
|
||||
parallel: true
|
||||
commands:
|
||||
test-unit:
|
||||
run: yarn test:unit
|
||||
test-component:
|
||||
run: yarn test:component
|
||||
type-check:
|
||||
run: yarn tsc --noEmit
|
||||
|
||||
|
||||
Reference in New Issue
Block a user