Add createCheck to display test results in GitHub UI
parent
e2b73bb90c
commit
b4a7370c47
File diff suppressed because one or more lines are too long
|
@ -18,6 +18,7 @@ class ResultsCheck {
|
||||||
core.info(`Processing file ${filepath}...`);
|
core.info(`Processing file ${filepath}...`);
|
||||||
const fileData = await ResultsCheck.parseReport(path.join(artifactsPath, filepath));
|
const fileData = await ResultsCheck.parseReport(path.join(artifactsPath, filepath));
|
||||||
core.info(fileData.summary);
|
core.info(fileData.summary);
|
||||||
|
core.info(fileData.suites.length);
|
||||||
runs.push(fileData);
|
runs.push(fileData);
|
||||||
}),
|
}),
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue