Add createCheck to display test results in GitHub UI
parent
94d2fc0be4
commit
e44a1415d2
File diff suppressed because one or more lines are too long
|
|
@ -26,6 +26,7 @@ class ReportConverter {
|
||||||
suites.forEach(suite => {
|
suites.forEach(suite => {
|
||||||
innerResult.concat(ReportConverter.convertSuite(suite));
|
innerResult.concat(ReportConverter.convertSuite(suite));
|
||||||
});
|
});
|
||||||
|
core.info(`innerResult length ${innerResult.length}`);
|
||||||
return innerResult;
|
return innerResult;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue