Add createCheck to display test results in GitHub UI
parent
27094d760c
commit
9c367e2327
File diff suppressed because one or more lines are too long
|
@ -45,7 +45,7 @@ class ReportConverter {
|
|||
result.push(...ReportConverter.convertTests(suites._attributes.fullname, tests));
|
||||
}
|
||||
|
||||
core.infdebugo(`result length ${result.length}`);
|
||||
core.debug(`result length ${result.length}`);
|
||||
return result;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue