Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add actions/checkout to publish-test-results
The overall "Publish Test Results" run for #68 failed, but _after_ that change caused the "Download test results" step to pass: - https://github.com/mbland/tomcat-servlet-testing-example/actions/runs/7268307692/job/19803882107 Tracing through the code, it seems that dorny/test-reporter does the following: - When `artifact:` is specified, it will check out the repo at github.event.workflow_run.head_commit.id. - When `artifact:` is _not_ specified, it assumes the repo is already present. This should, hopefully, provide the last missing piece for the test reporter to run successfully.
- Loading branch information