Fix workflow error

pull/125/head
David Finol 2021-05-22 19:17:55 -05:00
parent cc9235906b
commit 61bceb3aa0
1 changed files with 4 additions and 0 deletions

View File

@ -7,9 +7,13 @@
{{#tests}} {{#tests}}
* {{summary}} * {{summary}}
{{#if annotation}} {{#if annotation}}
{{#if annotation.message}}
{{indent annotation.message}} {{indent annotation.message}}
{{/if}}
{{#if annotation.raw_details}}
{{indent annotation.raw_details}} {{indent annotation.raw_details}}
{{/if}} {{/if}}
{{/if}}
{{/tests}} {{/tests}}
{{/suites}} {{/suites}}