Update pr-checker.yml
parent
30c4d0ae66
commit
acc3f348b1
|
@ -64,7 +64,7 @@ jobs:
|
||||||
|
|
||||||
- name: Add Unit Test Fail Comment
|
- name: Add Unit Test Fail Comment
|
||||||
if: always() && steps.unitTest.outcome == 'failure'
|
if: always() && steps.unitTest.outcome == 'failure'
|
||||||
uses: thollander/actions-comment-pull-request@v1
|
uses: thollander/actions-comment-pull-request@v2
|
||||||
with:
|
with:
|
||||||
message: |
|
message: |
|
||||||
Thanks a lot for your contribution! But, Unit tests failed. You can check the unit tests with the command 'npm run test:unit' and commit the changes.
|
Thanks a lot for your contribution! But, Unit tests failed. You can check the unit tests with the command 'npm run test:unit' and commit the changes.
|
||||||
|
|
Loading…
Reference in New Issue