Skip to content

Commit 0e20f86

Browse files
committed
Change parameters sent to the test script in the workflows
1 parent 2c4069e commit 0e20f86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Linting files
3030
run: pnpm lint
3131
- name: Make coverage
32-
run: pnpm test -- --coverage
32+
run: pnpm test --coverage
3333
- name: Coveralls
3434
uses: coverallsapp/github-action@master
3535
with:

0 commit comments

Comments
 (0)