diff --git a/.github/workflows/android_ci.yml b/.github/workflows/android_ci.yml index e4b525a9..a7bc1268 100644 --- a/.github/workflows/android_ci.yml +++ b/.github/workflows/android_ci.yml @@ -54,8 +54,9 @@ jobs: message: | :x: Unit tests failed! - @${{ github.event.pull_request.assignee.login || github.event.pull_request.user.login }}, please review and fix the issues in the unit tests. Let us know if you need any help. - + @${{ 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 }}). + + Let us know if you need any help. - name: Comment on Pull Request for General Workflow Failures if: failure() && github.event_name == 'pull_request' && steps.unit_tests.outcome != 'failure' uses: thollander/actions-comment-pull-request@v2.5.0 @@ -64,7 +65,6 @@ jobs: :x: Workflow execution failed! @${{ github.event.pull_request.assignee.login || github.event.pull_request.user.login }}, there was an issue with the workflow execution. Please check the logs and resolve the issue. - - name: Comment on Pull Request (With Reviewers) if: success() && github.event_name == 'pull_request' uses: thollander/actions-comment-pull-request@v2.5.0 @@ -72,6 +72,8 @@ jobs: message: | :white_check_mark: Unit tests passed successfully! + Test results are available under the "Artifacts" section of this run in [GitHub Actions](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}). + Please ensure the code is reviewed before proceeding with the merge. # - name: Comment on Pull Request