We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5330f3 commit c147458Copy full SHA for c147458
.github/workflows/sharded-vitest.yml
@@ -25,7 +25,7 @@ jobs:
25
cache: "npm"
26
27
- name: Install dependencies
28
- run: npm ci
+ run: npm i
29
30
- name: Run Vitest Tests (Shard ${{ matrix.shard }}/${{ matrix.total-shards }})
31
run: npx vitest --run --shard=${{ matrix.shard }}/${{ matrix.total-shards }} vitest-sharded-example/tests/** --reporter=junit --outputFile=./vitest-sharded-example/results-${{ matrix.shard }}.xml
0 commit comments