added jasmine in the back
This commit is contained in:
parent
f7434ba64a
commit
ded19549c7
7 changed files with 69 additions and 8 deletions
4
.github/workflows/continuous_integration.yml
vendored
4
.github/workflows/continuous_integration.yml
vendored
|
@ -61,3 +61,7 @@ jobs:
|
|||
- name: "Lint"
|
||||
run: yarn run lint
|
||||
working-directory: "back"
|
||||
|
||||
- name: "Jasmine"
|
||||
run: yarn test
|
||||
working-directory: "back"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue