Skip to content

Commit 1cea1fb

Browse files
[22321] Updated unit test failed message content
1 parent 316493b commit 1cea1fb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/android_ci.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,10 @@ jobs:
5454
message: |
5555
:x: Unit tests failed!
5656
57-
@${{ github.event.pull_request.assignee.login || github.event.pull_request.user.login }}, please review and fix the issues in the unit tests. Test results are available under the "Artifacts" section of this run in [GitHub Actions](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}).
57+
@${{ github.event.pull_request.assignee.login || github.event.pull_request.user.login }}, please review and fix the issues in the unit tests.
5858
59+
Test results are available under the "Artifacts" section of this run in [GitHub Actions](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}).
60+
5961
Let us know if you need any help.
6062
6163
- name: Comment on Pull Request for General Workflow Failures

0 commit comments

Comments
 (0)