Skip to content

Commit 6734afe

Browse files
committed
we always need to create the reports dir
1 parent 9aeb56f commit 6734afe

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/unit-tests-packages.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,6 @@ jobs:
8282
run: pnpm run test:packages --reporter=default --reporter=blob --shard=${{ matrix.shardIndex }}/${{ matrix.shardTotal }}
8383

8484
- name: Gather all reports
85-
# disabled for now as we're not sharding package tests
86-
if: false
8785
run: |
8886
mkdir -p .vitest-reports
8987
find . -type f -path '*/.vitest-reports/blob-*.json' \

0 commit comments

Comments
 (0)