chore(ci): make eslint and jest run in --quiet mode (#24430)
This commit is contained in:
parent
20e0036336
commit
01689b4c94
|
|
@ -41,7 +41,7 @@ jobs:
|
|||
if: steps.check.outcome == 'failure'
|
||||
working-directory: ./superset-frontend
|
||||
run: |
|
||||
npm run lint
|
||||
npm run lint -- --quiet
|
||||
npm run prettier-check
|
||||
- name: Build plugins packages
|
||||
if: steps.check.outcome == 'failure'
|
||||
|
|
@ -60,7 +60,7 @@ jobs:
|
|||
if: steps.check.outcome == 'failure'
|
||||
working-directory: ./superset-frontend
|
||||
run: |
|
||||
npm run test -- --coverage
|
||||
npm run test -- --coverage --silent
|
||||
# todo: remove this step when fix generator as a project in root jest.config.js
|
||||
- name: generator-superset unit tests
|
||||
if: steps.check.outcome == 'failure'
|
||||
|
|
|
|||
Loading…
Reference in New Issue