From eb850cc33e5df45854d5bda79474764944aed902 Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 26 Feb 2026 18:25:51 +0100 Subject: [PATCH] Add --no-tui flag to tests in GHA workflow (#32656) To avoid smashed text in CI test results --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1623f6cc32..5e2b9c94d8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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