Skip to content

Commit 3ba5c51

Browse files
committed
chore: update test script in Jest coverage report step for consistency
1 parent 3ad990a commit 3ba5c51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
with:
3737
github-token: ${{ secrets.GITHUB_TOKEN }}
3838
skip-step: install
39-
test-script: npm run test:coverage
39+
test-script: npm test -- --coverage
4040
- name: Build and test
4141
run: npm run prepublishOnly
4242

0 commit comments

Comments
 (0)