Skip to content

Commit

Permalink
chore: Run React tests with --silent flag (#3202)
Browse files Browse the repository at this point in the history
  • Loading branch information
DafyddLlyr authored May 28, 2024
1 parent ad48c21 commit 0f0f17b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ jobs:
working-directory: ${{ env.EDITOR_DIRECTORY }}
- run: pnpm build
working-directory: ${{ env.EDITOR_DIRECTORY }}
- run: pnpm test
- run: pnpm test:silent
working-directory: ${{ env.EDITOR_DIRECTORY }}

build_react_app:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/regression-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
working-directory: ${{ env.EDITOR_DIRECTORY }}
- run: pnpm build
working-directory: ${{ env.EDITOR_DIRECTORY }}
- run: pnpm test
- run: pnpm test:silent
working-directory: ${{ env.EDITOR_DIRECTORY }}

end_to_end_tests:
Expand Down

0 comments on commit 0f0f17b

Please sign in to comment.