Skip to content

Commit 5990778

Browse files
authored
Merge pull request #215 from contentstack/workflow-fix
fix: workflow fix
2 parents 52e5e5e + 72a0c5e commit 5990778

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,12 @@ jobs:
2121
- run: npm ci
2222
- uses: ArtiomTr/jest-coverage-report-action@v2
2323
id: coverage-utils-js
24+
continue-on-error: true
2425
with:
2526
output: comment, report-markdown
2627
- uses: marocchino/sticky-pull-request-comment@v2
28+
continue-on-error: true
29+
if: steps.coverage-utils-js.outputs.report != ''
2730
with:
2831
header: Contentstack Utils JS Coverage
2932
recreate: true

0 commit comments

Comments
 (0)