Skip to content

Commit b8ab8b5

Browse files
fix: continue on error for tests
1 parent 2dc37b5 commit b8ab8b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/sharded-vitest.yml

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
run: npm i
2929

3030
- name: Run Vitest Tests (Shard ${{ matrix.shard }}/${{ matrix.total-shards }})
31+
continue-on-error: true
3132
run: npx vitest --run --shard=${{ matrix.shard }}/${{ matrix.total-shards }} vitest-sharded-example/tests/** --reporter=junit --outputFile=./vitest-sharded-example/results-${{ matrix.shard }}.xml
3233

3334
- name: Combine Vitest Sharded results

0 commit comments

Comments
 (0)