Fixing running of prettier check on the front
This commit is contained in:
parent
bb435f3580
commit
d3bd99b5ee
7
.github/workflows/continuous_integration.yml
vendored
7
.github/workflows/continuous_integration.yml
vendored
@ -62,18 +62,13 @@ jobs:
|
|||||||
working-directory: "front"
|
working-directory: "front"
|
||||||
|
|
||||||
- name: "Pretty"
|
- name: "Pretty"
|
||||||
run: yarn run pretty
|
run: yarn run pretty-check
|
||||||
working-directory: "front"
|
working-directory: "front"
|
||||||
|
|
||||||
- name: "Jasmine"
|
- name: "Jasmine"
|
||||||
run: yarn test
|
run: yarn test
|
||||||
working-directory: "front"
|
working-directory: "front"
|
||||||
|
|
||||||
# We will enable prettier checks on front in a few month, when most PRs without prettier have been merged
|
|
||||||
# - name: "Prettier"
|
|
||||||
# run: yarn run pretty-check
|
|
||||||
# working-directory: "front"
|
|
||||||
|
|
||||||
continuous-integration-pusher:
|
continuous-integration-pusher:
|
||||||
name: "Continuous Integration Pusher"
|
name: "Continuous Integration Pusher"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user