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 82
82
run : pnpm run test:internal --reporter=default --reporter=blob --shard=${{ matrix.shardIndex }}/${{ matrix.shardTotal }}
83
83
84
84
- name : Gather all reports
85
+ if : ${{ !cancelled() }}
85
86
run : |
86
87
mkdir -p .vitest-reports
87
88
find . -type f -path '*/.vitest-reports/blob-*.json' \
Original file line number Diff line number Diff line change 82
82
run : pnpm run test:packages --reporter=default --reporter=blob --shard=${{ matrix.shardIndex }}/${{ matrix.shardTotal }}
83
83
84
84
- name : Gather all reports
85
+ if : ${{ !cancelled() }}
85
86
run : |
86
87
mkdir -p .vitest-reports
87
88
find . -type f -path '*/.vitest-reports/blob-*.json' \
Original file line number Diff line number Diff line change 88
88
ENCRYPTION_KEY : " secret"
89
89
90
90
- name : Gather all reports
91
+ if : ${{ !cancelled() }}
91
92
run : |
92
93
mkdir -p .vitest-reports
93
94
find . -type f -path '*/.vitest-reports/blob-*.json' \
You can’t perform that action at this time.
0 commit comments