File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -2,16 +2,17 @@ name: Unit-Test-CI
22
33on :
44 push :
5- branches : [ master ]
5+ branches : [ master, staging, development ]
66 pull_request :
7- branches : [ master ]
7+ branches : [ master, staging, development ]
88
99jobs :
1010 build-test :
1111 runs-on : ubuntu-latest
1212 permissions :
1313 contents : read
1414 pull-requests : write
15+ checks : write
1516 steps :
1617 - uses : actions/checkout@v3
1718 - uses : actions/setup-node@v4
2021 - run : npm ci
2122 - uses : ArtiomTr/jest-coverage-report-action@v2
2223 id : coverage-utils-js
24+ continue-on-error : true
2325 with :
2426 output : comment, report-markdown
2527 - uses : marocchino/sticky-pull-request-comment@v2
28+ continue-on-error : true
29+ if : steps.coverage-utils-js.outputs.report != ''
2630 with :
2731 header : Contentstack Utils JS Coverage
2832 recreate : true
You can’t perform that action at this time.
0 commit comments