-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Error: Validation Failed #161
Comments
@arcuri82 is this easily reproducible on some public repository? I can only imagine that permissions are missing: permissions:
checks: write
contents: read
steps:
- name: Publish Test Report
if: success() || failure()
uses: scacap/action-surefire-report@v1 Also see https://github.com/ScaCap/action-surefire-report#example-usage |
thanks for the reply. However, since I reported this issue I have been trying other alternatives as well, and in the end the following worked for me:
the repository I am using is EvoMaster, which is public |
I was able to reproduce a similar case because the annotation If you face the same issue again, please rerun the job with debug enabled to get more insights. |
* Related to #161 * Fixes failure when `message` is empty (which is required https://docs.github.com/en/rest/checks/runs?apiVersion=2022-11-28#update-a-check-run) * Updates dependencies
I will close this issue as fixed with #164, feel free to reopen if you still face it with the latest version. |
Hi,
trying to use this action. Added it with:
however, no test report is created. I get the following in the logs of the action:
currently running on a branch. Am I doing something wrong? or is it a bug?
The text was updated successfully, but these errors were encountered: