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 \
|
pnpm test \
|
||||||
--coverage=${{ env.ENABLE_COVERAGE }} \
|
--coverage=${{ env.ENABLE_COVERAGE }} \
|
||||||
--ci \
|
--ci \
|
||||||
|
--no-tui \
|
||||||
--max-workers ${{ steps.cpu-cores.outputs.count }} \
|
--max-workers ${{ steps.cpu-cores.outputs.count }} \
|
||||||
--shard ${{ matrix.runner }}/${{ strategy.job-total }} \
|
--shard ${{ matrix.runner }}/${{ strategy.job-total }} \
|
||||||
--cacheDirectory /tmp/jest_cache
|
--cacheDirectory /tmp/jest_cache
|
||||||
|
|||||||
Reference in New Issue
Block a user