diff --git a/action/results-check-details.hbs b/action/results-check-details.hbs index d499286..1bd0601 100644 --- a/action/results-check-details.hbs +++ b/action/results-check-details.hbs @@ -7,9 +7,13 @@ {{#tests}} * {{summary}} {{#if annotation}} + {{#if annotation.message}} {{indent annotation.message}} + {{/if}} + {{#if annotation.raw_details}} {{indent annotation.raw_details}} {{/if}} + {{/if}} {{/tests}} {{/suites}} diff --git a/src/views/results-check-details.hbs b/src/views/results-check-details.hbs index d499286..1bd0601 100644 --- a/src/views/results-check-details.hbs +++ b/src/views/results-check-details.hbs @@ -7,9 +7,13 @@ {{#tests}} * {{summary}} {{#if annotation}} + {{#if annotation.message}} {{indent annotation.message}} + {{/if}} + {{#if annotation.raw_details}} {{indent annotation.raw_details}} {{/if}} + {{/if}} {{/tests}} {{/suites}}