Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add actions/checkout to publish-test-results #69

Merged
merged 1 commit into from
Dec 19, 2023
Merged

Conversation

mbland
Copy link
Owner

@mbland mbland commented Dec 19, 2023

The overall "Publish Test Results" run for #68 failed, but after that change caused the "Download test results" step to pass:

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.

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.
@mbland mbland self-assigned this Dec 19, 2023
@mbland
Copy link
Owner Author

mbland commented Dec 19, 2023

As with #66, #67, and #68, force merging due to publish-test-results.yaml changes not getting picked up in the same PR that updates it.

@mbland mbland merged commit ec8346a into main Dec 19, 2023
2 checks passed
@mbland mbland deleted the fix-download-artifact branch December 19, 2023 23:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant