Add --no-tui flag to tests in GHA workflow (#32656)

To avoid smashed text in CI test results
This commit is contained in:
David Baker 2026-02-26 18:25:51 +01:00 committed by GitHub
parent f82a3ef1bb
commit eb850cc33e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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