mirror of
https://github.com/game-ci/unity-test-runner.git
synced 2026-01-29 06:12:04 +08:00
* Refactor to typescript * Fix platform and workflow * Fix workflow and platform * Update husky and image-tag * Use 'yarn lint-staged' instead of 'npx lint-staged'
23 lines
332 B
Handlebars
23 lines
332 B
Handlebars
{{#runs}}
|
|
|
|
<details><summary>{{summary}}</summary>
|
|
|
|
{{#suites}}
|
|
* {{summary}}
|
|
{{#tests}}
|
|
* {{summary}}
|
|
{{#if annotation}}
|
|
{{#if annotation.message}}
|
|
{{indent annotation.message}}
|
|
{{/if}}
|
|
{{#if annotation.raw_details}}
|
|
{{indent annotation.raw_details}}
|
|
{{/if}}
|
|
{{/if}}
|
|
{{/tests}}
|
|
{{/suites}}
|
|
|
|
</details>
|
|
|
|
{{/runs}}
|