This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/karaf.git
The following commit(s) were added to refs/heads/main by this push:
new 52a69ce7e8 Fix upload of test results (#2816)
52a69ce7e8 is described below
commit 52a69ce7e8e1b9178934533b179fdc68e6ffc1ab
Author: Holger Friedrich <[email protected]>
AuthorDate: Sun Aug 23 18:47:07 2026 +0200
Fix upload of test results (#2816)
Signed-off-by: Holger Friedrich <[email protected]>
---
.github/workflows/ci-test-results.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/ci-test-results.yml
b/.github/workflows/ci-test-results.yml
index 5db2484de7..dd7216cef0 100644
--- a/.github/workflows/ci-test-results.yml
+++ b/.github/workflows/ci-test-results.yml
@@ -57,7 +57,7 @@ jobs:
uses: EnricoMi/publish-unit-test-result-action@v2
with:
commit: ${{ github.event.workflow_run.head_sha }}
- event_file: event/event-file-ubuntu-24.04/event.json
+ event_file: event/event.json
event_name: ${{ github.event.workflow_run.event }}
large_files: true
report_individual_runs: true