chore(ci): add unit and component tests to lefthook and gitea workflow
This commit is contained in:
@@ -43,6 +43,12 @@ jobs:
|
||||
- name: Type Check
|
||||
run: yarn check
|
||||
|
||||
- name: Run Unit Tests
|
||||
run: yarn test:unit
|
||||
|
||||
- name: Run Component Tests
|
||||
run: yarn test:component
|
||||
|
||||
publish:
|
||||
needs: build # Only runs if tests/lint pass
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user