Skip to content

Commit c147458

Browse files
fix: install deps
1 parent c5330f3 commit c147458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sharded-vitest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
cache: "npm"
2626

2727
- name: Install dependencies
28-
run: npm ci
28+
run: npm i
2929

3030
- name: Run Vitest Tests (Shard ${{ matrix.shard }}/${{ matrix.total-shards }})
3131
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

Comments
 (0)