We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dc37b5 commit b8ab8b5Copy full SHA for b8ab8b5
.github/workflows/sharded-vitest.yml
@@ -28,6 +28,7 @@ jobs:
28
run: npm i
29
30
- name: Run Vitest Tests (Shard ${{ matrix.shard }}/${{ matrix.total-shards }})
31
+ continue-on-error: true
32
run: npx vitest --run --shard=${{ matrix.shard }}/${{ matrix.total-shards }} vitest-sharded-example/tests/** --reporter=junit --outputFile=./vitest-sharded-example/results-${{ matrix.shard }}.xml
33
34
- name: Combine Vitest Sharded results
0 commit comments