How to get reports from GitHub action run

I tried running one of my GitHub Action. I could see that a build artifact was uploaded and presented accessible in the “Actions” tab of the GitHub project.

I could find and read the HTML report generated by the “test” task of my Gradle build. Using the GitHub actions/upload-artifact you can upload any types of files/directories. You should also be able to upload the reports generated by KRE as well.

2 Likes