We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 33affc1 + 0032ee0 commit 4d9f809Copy full SHA for 4d9f809
.github/workflows/ci.yml
@@ -9,22 +9,13 @@ on:
9
jobs:
10
build-test:
11
runs-on: ubuntu-latest
12
- permissions:
13
- contents: read
14
- pull-requests: write
15
- checks: write
16
steps:
17
- uses: actions/checkout@v3
18
- uses: ArtiomTr/jest-coverage-report-action@v2
19
id: coverage-utils-js
20
- continue-on-error: true
21
with:
22
output: comment, report-markdown
23
- test-script: npm test
24
- skip-step: install
25
- uses: marocchino/sticky-pull-request-comment@v2
26
27
- if: steps.coverage-utils-js.outputs.report != ''
28
29
header: Contentstack Utils JS Coverage
30
recreate: true
@@ -36,4 +27,4 @@ jobs:
36
name: JEST Tests
37
path: reports/junit/jest-*.xml
38
reporter: jest-junit
39
- fail-on-error: true
+ fail-on-error: true
0 commit comments