Skip to content

Commit 5fc61f7

Browse files
committed
fix: remove pnpx due to dependency problem
1 parent 147487c commit 5fc61f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: pnpm install
3535
shell: bash
3636
- name: Run Vitest
37-
run: pnpx vitest --coverage.enabled true
37+
run: vitest --coverage.enabled true
3838
shell: bash
3939
- name: Show coverage
4040
uses: davelosert/vitest-coverage-report-action@v2

0 commit comments

Comments
 (0)