holgerfriedrich commented on code in PR #2555:
URL: https://github.com/apache/karaf/pull/2555#discussion_r3113350982
##########
.github/workflows/ci-test-results.yml:
##########
@@ -50,15 +50,14 @@ jobs:
uses: dawidd6/action-download-artifact@v20
with:
run_id: ${{ github.event.workflow_run.id }}
- name: event-file-.*
- name_is_regexp: true
+ name: event-file-ubuntu-24.04
path: event
- name: Publish Test Results
uses: EnricoMi/publish-unit-test-result-action@v2
with:
commit: ${{ github.event.workflow_run.head_sha }}
- event_file: event/event.json
+ event_file: event/event-file-ubuntu-24.04/event.json
Review Comment:
A pity that `event_file` does not support wildcards... so we need to update
this workflow file every time change the Ubuntu release.....
Maybe we could think about an alternative way: use an additional step to run
`cp event/event-file-ubuntu-*/event.json event/`
--
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]