Update test-shard-template

This commit is contained in:
Sirz Benjie 2025-03-27 17:59:15 -05:00
parent c4a6e7e15c
commit 713405695a
No known key found for this signature in database
GPG Key ID: 4A524B4D196C759E

View File

@ -29,4 +29,4 @@ jobs:
- name: Install Node.js dependencies
run: npm ci
- name: Run tests
run: npx vitest --project ${{ inputs.project }} --shard=${{ inputs.shard }}/${{ inputs.totalShards }} ${{ !runner.debug && '--silent' || '' }}
run: npx vitest --project ${{ inputs.project }} --no-isolate --shard=${{ inputs.shard }}/${{ inputs.totalShards }} ${{ !runner.debug && '--silent' || '' }}