Skip to content

Commit

Permalink
Add --silent flag
Browse files Browse the repository at this point in the history
  • Loading branch information
cte committed Feb 23, 2025
1 parent 67b48fb commit 02c54e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code-qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Install dependencies
run: npm run install:all
- name: Run unit tests
run: npx jest
run: npx jest --silent

test-webview:
runs-on: ubuntu-latest
Expand All @@ -74,7 +74,7 @@ jobs:
run: npm run install:all
- name: Run unit tests
working-directory: webview-ui
run: npx jest
run: npx jest --silent

unit-test:
needs: [test-extension, test-webview]
Expand Down

0 comments on commit 02c54e4

Please sign in to comment.