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