Skip to content

Commit 5fc1cbd

Browse files
committed
fix(ci): use npx vitest run — Windows lock file lacks executable bit (PI-02)
1 parent 3c76f84 commit 5fc1cbd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
run: npx tsc --noEmit
3030

3131
- name: Run tests
32-
run: npm test
32+
run: npx vitest run

0 commit comments

Comments
 (0)