We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aeb56f commit 6734afeCopy full SHA for 6734afe
.github/workflows/unit-tests-packages.yml
@@ -82,8 +82,6 @@ jobs:
82
run: pnpm run test:packages --reporter=default --reporter=blob --shard=${{ matrix.shardIndex }}/${{ matrix.shardTotal }}
83
84
- name: Gather all reports
85
- # disabled for now as we're not sharding package tests
86
- if: false
87
run: |
88
mkdir -p .vitest-reports
89
find . -type f -path '*/.vitest-reports/blob-*.json' \
0 commit comments