Fix workflow error (#125)

* Fix workflow error

Add checks for annotation.message and annotation.raw_details

* Fix workflow error
pull/126/head
David Finol 2021-05-23 17:22:53 -05:00 committed by GitHub
parent 6ec7057a28
commit 0674feac28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 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}}

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}}