jbonofre opened a new pull request, #2462:
URL: https://github.com/apache/karaf/pull/2462

   ## Summary
   
   - Upload the GitHub event payload file as an artifact in the CI workflow
   - Download it in the test-results workflow and pass it to 
`publish-unit-test-result-action`
   - Fix reference to non-existent `github.event.workflow_run.event_path` 
property
   
   The `publish-unit-test-result-action` in `workflow_run` mode needs the 
original event file to identify the associated PR and post comments. Without 
it, the action creates check runs but cannot comment on PRs.
   
   ## Test plan
   
   - [ ] Verify the CI workflow uploads the `event-file` artifact
   - [ ] Verify the test-results workflow downloads and uses the event file
   - [ ] Confirm PR comments appear after a test run completes


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to