Skip to content

Commit ddfd410

Browse files
committed
fix: update ci.yml
1 parent 64f7262 commit ddfd410

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,15 @@ jobs:
1717
- uses: actions/checkout@v3
1818
- name: Install dependencies
1919
run: npm install
20-
- uses: ArtiomTr/jest-coverage-report-action@v2
20+
- name: Coverage Utils JS
21+
uses: ArtiomTr/jest-coverage-report-action@v2
2122
id: coverage-utils-js
2223
with:
2324
output: comment, report-markdown
2425
test-script: npm test
2526
coverage-file: ./reports/report.json
26-
- uses: marocchino/sticky-pull-request-comment@v2
27+
- name: Sticky Pull Request Comment
28+
uses: marocchino/sticky-pull-request-comment@v2
2729
if: steps.coverage-utils-js.outputs.report != ''
2830
with:
2931
header: Contentstack Utils JS Coverage

0 commit comments

Comments
 (0)