Skip to content
This repository was archived by the owner on Feb 23, 2026. It is now read-only.

Commit 88f0ca6

Browse files
committed
fix
1 parent 1da4d39 commit 88f0ca6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/default-workflows.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,8 @@ jobs:
110110

111111
- uses: ArtiomTr/jest-coverage-report-action@v2
112112
with:
113+
package-manager: yarn
113114
skip-step: install
114-
test-script: yarn test:coverage
115+
test-script: yarn jest
115116
coverage-file: coverage/report.json
116117
base-coverage-file: coverage/report.json

0 commit comments

Comments
 (0)