Add --no-tui flag to tests in GHA workflow (#32656)
To avoid smashed text in CI test results
This commit is contained in:
@@ -72,6 +72,7 @@ jobs:
|
||||
pnpm test \
|
||||
--coverage=${{ env.ENABLE_COVERAGE }} \
|
||||
--ci \
|
||||
--no-tui \
|
||||
--max-workers ${{ steps.cpu-cores.outputs.count }} \
|
||||
--shard ${{ matrix.runner }}/${{ strategy.job-total }} \
|
||||
--cacheDirectory /tmp/jest_cache
|
||||
|
||||
Reference in New Issue
Block a user