Add createCheck to display test results in GitHub UI
parent
868493af70
commit
31641a173a
File diff suppressed because one or more lines are too long
|
@ -36,10 +36,12 @@ class ReportConverter {
|
|||
const innerSuite = suites['test-suite'];
|
||||
if (innerSuite) {
|
||||
result.push(...ReportConverter.convertSuite(innerSuite));
|
||||
core.info(`pushed suite ${innerSuite._attributes.id}`);
|
||||
}
|
||||
|
||||
const tests = suites['test-case'];
|
||||
if (tests) {
|
||||
core.info(`tests length ${tests.length}`);
|
||||
result.push(...ReportConverter.convertTests(suites._attributes.fullname, tests));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue