diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 803ae7b..33b9343 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,22 +9,13 @@ on: jobs: build-test: runs-on: ubuntu-latest - permissions: - contents: read - pull-requests: write - checks: write steps: - uses: actions/checkout@v3 - uses: ArtiomTr/jest-coverage-report-action@v2 id: coverage-utils-js - continue-on-error: true with: output: comment, report-markdown - test-script: npm test - skip-step: install - 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 @@ -36,4 +27,4 @@ jobs: name: JEST Tests path: reports/junit/jest-*.xml reporter: jest-junit - fail-on-error: true + fail-on-error: true \ No newline at end of file