There was an error while loading. Please reload this page.
2 parents 5644670 + 97c9eae commit 5ccda2eCopy full SHA for 5ccda2e
1 file changed
.github/workflows/ci.yml
@@ -21,9 +21,12 @@ jobs:
21
- run: npm ci
22
- uses: ArtiomTr/jest-coverage-report-action@v2
23
id: coverage-utils-js
24
+ continue-on-error: true
25
with:
26
output: comment, report-markdown
27
- uses: marocchino/sticky-pull-request-comment@v2
28
29
+ if: steps.coverage-utils-js.outputs.report != ''
30
31
header: Contentstack Utils JS Coverage
32
recreate: true
0 commit comments