Skip to content

Commit fcf1257

Browse files
committed
ci: fix pnpm syntax
1 parent 5a652b8 commit fcf1257

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
@@ -47,7 +47,7 @@ jobs:
4747
run: pnpm test:types
4848

4949
- name: 🧪 Test project
50-
run: pnpm test --coverage
50+
run: pnpm test -- --coverage
5151

5252
- name: 🟩 Coverage
5353
uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)