Fix workflow error (#125)
* Fix workflow error Add checks for annotation.message and annotation.raw_details * Fix workflow errorpull/126/head
parent
6ec7057a28
commit
0674feac28
|
@ -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}}
|
||||||
|
|
||||||
|
|
|
@ -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}}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue