File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 8282 run : pnpm run test:internal --reporter=default --reporter=blob --shard=${{ matrix.shardIndex }}/${{ matrix.shardTotal }}
8383
8484 - name : Gather all reports
85+ if : ${{ !cancelled() }}
8586 run : |
8687 mkdir -p .vitest-reports
8788 find . -type f -path '*/.vitest-reports/blob-*.json' \
Original file line number Diff line number Diff line change 8282 run : pnpm run test:packages --reporter=default --reporter=blob --shard=${{ matrix.shardIndex }}/${{ matrix.shardTotal }}
8383
8484 - name : Gather all reports
85+ if : ${{ !cancelled() }}
8586 run : |
8687 mkdir -p .vitest-reports
8788 find . -type f -path '*/.vitest-reports/blob-*.json' \
Original file line number Diff line number Diff line change 8888 ENCRYPTION_KEY : " secret"
8989
9090 - name : Gather all reports
91+ if : ${{ !cancelled() }}
9192 run : |
9293 mkdir -p .vitest-reports
9394 find . -type f -path '*/.vitest-reports/blob-*.json' \
You can’t perform that action at this time.
0 commit comments