fix(ci): run unit tests
This commit is contained in:
parent
02d7f0f20b
commit
bbb43808dd
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -28,6 +28,8 @@ jobs:
|
||||
run: git diff --exit-code yarn.lock
|
||||
- name: Build the project
|
||||
run: yarn build
|
||||
- name: Unit tests
|
||||
run: yarn test-unit
|
||||
- name: Lint tests
|
||||
run: yarn test-lint
|
||||
- name: Integration tests
|
||||
|
Loading…
Reference in New Issue
Block a user