Remove log group so logs are flattened

This commit is contained in:
Eric Song 2024-06-06 16:37:25 -04:00 committed by Eric Song
parent 78ed680850
commit 633e7df869
2 changed files with 0 additions and 4 deletions

View file

@ -111,11 +111,9 @@ class TestReporter {
const input = await inputProvider.load()
for (const [reportName, files] of Object.entries(input)) {
try {
core.startGroup(`Creating test report ${reportName}`)
const tr = await this.createReport(parser, reportName, files)
results.push(...tr)
} finally {
core.endGroup()
}
}