Skip to content

Commit

Permalink
fix: install deps
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelangarano committed Nov 20, 2024
1 parent c5330f3 commit c147458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sharded-vitest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
cache: "npm"

- name: Install dependencies
run: npm ci
run: npm i

- name: Run Vitest Tests (Shard ${{ matrix.shard }}/${{ matrix.total-shards }})
run: npx vitest --run --shard=${{ matrix.shard }}/${{ matrix.total-shards }} vitest-sharded-example/tests/** --reporter=junit --outputFile=./vitest-sharded-example/results-${{ matrix.shard }}.xml
Expand Down

0 comments on commit c147458

Please sign in to comment.