Skip to content

Commit bdac20f

Browse files
committed
ci: update test command syntax for windows
1 parent 6c696b1 commit bdac20f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: pnpm run lint:all
3737

3838
- name: Test
39-
run: pnpm test -- --coverage
39+
run: pnpm run test --coverage
4040

4141
- name: Coverage
4242
uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)