This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/main by this push:
new 112ff86cce Add test report object debugging to test-summary-report
action
112ff86cce is described below
commit 112ff86ccec3c18384c4e6958a8cdb9c877feeed
Author: James Netherton <[email protected]>
AuthorDate: Wed May 15 08:28:17 2024 +0100
Add test report object debugging to test-summary-report action
---
.github/actions/test-summary-report/action.yaml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.github/actions/test-summary-report/action.yaml
b/.github/actions/test-summary-report/action.yaml
index 3fc314bed1..fee604e6bb 100644
--- a/.github/actions/test-summary-report/action.yaml
+++ b/.github/actions/test-summary-report/action.yaml
@@ -85,6 +85,8 @@ runs:
}
log(`Pushing summary detail to summaryData array`);
summaryData.push([className, testName, message, details]);
+ } else {
+ log(testCase);
}
});
}