ci: show web test shard failures (#36436)

This commit is contained in:
yyh
2026-05-20 16:03:15 +08:00
committed by GitHub
parent 1fe8b7fb1d
commit be8627233d

View File

@@ -39,7 +39,7 @@ jobs:
uses: ./.github/actions/setup-web
- name: Run tests
run: vp test run --reporter=blob --shard=${{ matrix.shardIndex }}/${{ matrix.shardTotal }} --coverage
run: vp test run --reporter=blob --reporter=minimal --shard=${{ matrix.shardIndex }}/${{ matrix.shardTotal }} --coverage
- name: Upload blob report
if: ${{ !cancelled() }}