chore: use npm i for test gh action
This commit is contained in:
parent
fbf311ba4f
commit
ea95bf47b8
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: ESLint
|
||||
name: Test
|
||||
|
||||
on:
|
||||
push:
|
||||
|
@ -23,7 +23,7 @@ jobs:
|
|||
|
||||
- name: Install deps
|
||||
run: |
|
||||
pnpm install
|
||||
npm install vitest
|
||||
|
||||
- name: Run Vitest
|
||||
run: npx vitest .
|
||||
|
|
Loading…
Reference in a new issue