mirror of
https://github.com/vector-im/element-web.git
synced 2026-03-01 19:41:15 +01:00
Add --no-tui flag to tests in GHA workflow (#32656)
To avoid smashed text in CI test results
This commit is contained in:
parent
f82a3ef1bb
commit
eb850cc33e
1
.github/workflows/tests.yml
vendored
1
.github/workflows/tests.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user