Skip to content

Commit 5ec1843

Browse files
ci: run tests with coverage
1 parent cd80cf7 commit 5ec1843

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: npm run lint
2727

2828
- name: Run Tests
29-
run: npm test
29+
run: npm run test:ci
3030

3131
- name: Upload Coverage to Codecov
3232
uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)