fix(ci): run unit tests

This commit is contained in:
Julien Fontanet 2024-02-01 16:53:00 +01:00
parent 02d7f0f20b
commit bbb43808dd

View File

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