Skip to content

Commit 0032ee0

Browse files
committed
fix: revert all ci.yml changes
1 parent ddfd410 commit 0032ee0

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,24 +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
18-
- name: Install dependencies
19-
run: npm install
20-
- name: Coverage Utils JS
21-
uses: ArtiomTr/jest-coverage-report-action@v2
14+
- uses: ArtiomTr/jest-coverage-report-action@v2
2215
id: coverage-utils-js
2316
with:
2417
output: comment, report-markdown
25-
test-script: npm test
26-
coverage-file: ./reports/report.json
27-
- name: Sticky Pull Request Comment
28-
uses: marocchino/sticky-pull-request-comment@v2
29-
if: steps.coverage-utils-js.outputs.report != ''
18+
- uses: marocchino/sticky-pull-request-comment@v2
3019
with:
3120
header: Contentstack Utils JS Coverage
3221
recreate: true
@@ -38,4 +27,4 @@ jobs:
3827
name: JEST Tests
3928
path: reports/junit/jest-*.xml
4029
reporter: jest-junit
41-
fail-on-error: true
30+
fail-on-error: true

0 commit comments

Comments
 (0)