Skip to content

Commit 4d9f809

Browse files
authored
Merge pull request #228 from contentstack/fix/DX-3705
fix: update ci.yml
2 parents 33affc1 + 0032ee0 commit 4d9f809

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,13 @@ on:
99
jobs:
1010
build-test:
1111
runs-on: ubuntu-latest
12-
permissions:
13-
contents: read
14-
pull-requests: write
15-
checks: write
1612
steps:
1713
- uses: actions/checkout@v3
1814
- uses: ArtiomTr/jest-coverage-report-action@v2
1915
id: coverage-utils-js
20-
continue-on-error: true
2116
with:
2217
output: comment, report-markdown
23-
test-script: npm test
24-
skip-step: install
2518
- uses: marocchino/sticky-pull-request-comment@v2
26-
continue-on-error: true
27-
if: steps.coverage-utils-js.outputs.report != ''
2819
with:
2920
header: Contentstack Utils JS Coverage
3021
recreate: true
@@ -36,4 +27,4 @@ jobs:
3627
name: JEST Tests
3728
path: reports/junit/jest-*.xml
3829
reporter: jest-junit
39-
fail-on-error: true
30+
fail-on-error: true

0 commit comments

Comments
 (0)