reorder params
This commit is contained in:
parent
6d690c002c
commit
28fd581f20
1 changed files with 1 additions and 1 deletions
2
.github/workflows/node.yml
vendored
2
.github/workflows/node.yml
vendored
|
@ -61,4 +61,4 @@ jobs:
|
|||
pnpm install ${{ matrix.vite-version }}
|
||||
|
||||
- name: Run Tests
|
||||
run: pnpm run test --if-present
|
||||
run: pnpm run --if-present test
|
||||
|
|
Reference in a new issue