Cleanup
parent
4f5a1aaa31
commit
af3a68d3d6
|
@ -1,19 +0,0 @@
|
|||
{{#runs}}
|
||||
<details><summary>{{summary}}</summary>
|
||||
{{#suites}}
|
||||
|
||||
#### {{summary}}
|
||||
|
||||
{{#tests}}
|
||||
* {{summary}}{{#if annotation}}
|
||||
|
||||
{{indent annotation.message}}
|
||||
|
||||
{{indent annotation.raw_details}}
|
||||
|
||||
{{else}}
|
||||
|
||||
{{/if}}{{/tests}}{{/suites}}
|
||||
</details>
|
||||
|
||||
{{/runs}}
|
File diff suppressed because one or more lines are too long
|
@ -1,3 +0,0 @@
|
|||
{{#runs}}
|
||||
### {{summary}}
|
||||
{{/runs}}
|
|
@ -42,7 +42,7 @@ async function action() {
|
|||
if (createCheck) {
|
||||
const failedTestCount = await ResultsCheck.createCheck(artifactsPath, checkName, githubToken);
|
||||
if (failedTestCount >= 1) {
|
||||
core.setFailed(`Tests Failed! Check '${checkName}' for details.`);
|
||||
core.setFailed(`Test(s) Failed! Check '${checkName}' for details.`);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue