From 72a0c5eb242e516530f3c09a4e5717d9a4134de3 Mon Sep 17 00:00:00 2001 From: Nadeem Patwekar Date: Tue, 4 Nov 2025 13:50:45 +0530 Subject: [PATCH] fix: workflow fix --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ac52486..41be136 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,9 +21,12 @@ jobs: - run: npm ci - uses: ArtiomTr/jest-coverage-report-action@v2 id: coverage-utils-js + continue-on-error: true with: output: comment, report-markdown - uses: marocchino/sticky-pull-request-comment@v2 + continue-on-error: true + if: steps.coverage-utils-js.outputs.report != '' with: header: Contentstack Utils JS Coverage recreate: true