File tree Expand file tree Collapse file tree 1 file changed +3
-14
lines changed Expand file tree Collapse file tree 1 file changed +3
-14
lines changed Original file line number Diff line number Diff line change 99jobs :
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
3827 name : JEST Tests
3928 path : reports/junit/jest-*.xml
4029 reporter : jest-junit
41- fail-on-error : true
30+ fail-on-error : true
You can’t perform that action at this time.
0 commit comments