added yarn run pretty to the front ci
This commit is contained in:
parent
f2ca021740
commit
7743bda3eb
4
.github/workflows/continuous_integration.yml
vendored
4
.github/workflows/continuous_integration.yml
vendored
@ -61,6 +61,10 @@ jobs:
|
|||||||
run: yarn run lint
|
run: yarn run lint
|
||||||
working-directory: "front"
|
working-directory: "front"
|
||||||
|
|
||||||
|
- name: "Pretty"
|
||||||
|
run: yarn run pretty
|
||||||
|
working-directory: "front"
|
||||||
|
|
||||||
- name: "Jasmine"
|
- name: "Jasmine"
|
||||||
run: yarn test
|
run: yarn test
|
||||||
working-directory: "front"
|
working-directory: "front"
|
||||||
|
Loading…
Reference in New Issue
Block a user