Skip to content

Commit

Permalink
chore(ci): make eslint and jest run in --quiet mode (#24430)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Jun 16, 2023
1 parent 20e0036 commit 01689b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/superset-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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'
Expand Down

0 comments on commit 01689b4

Please sign in to comment.