From b95339ed2d6a91078b08a1ee6d288e3937a8a867 Mon Sep 17 00:00:00 2001 From: David Baker Date: Fri, 27 Feb 2026 14:15:16 +0100 Subject: [PATCH] Revert "Add --no-tui flag to tests in GHA workflow (#32656)" (#32665) This reverts commit eb850cc33e5df45854d5bda79474764944aed902. --- .github/workflows/tests.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5e2b9c94d8..1623f6cc32 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -72,7 +72,6 @@ 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