Skip to content

Commit cf6c147

Browse files
committed
fix: use script from package.json to run in workflow action
1 parent 2793b32 commit cf6c147

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
continue-on-error: true
3333
with:
3434
output: comment, report-markdown
35+
test-script: npm test
3536
- uses: marocchino/sticky-pull-request-comment@v2
3637
continue-on-error: true
3738
if: steps.coverage-utils-js.outputs.report != ''

0 commit comments

Comments
 (0)