Add createCheck to display test results in GitHub UI

pull/97/head
David Finol 2021-02-22 18:21:41 -06:00
parent 27094d760c
commit 9c367e2327
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

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