mirror of
https://github.com/dorny/test-reporter.git
synced 2026-02-04 12:15:21 -08:00
Suppress "Processing test results from" log
This commit is contained in:
committed by
GitHub
parent
0d00bb14cb
commit
19aaf9016e
@@ -148,7 +148,6 @@ class TestReporter {
|
|||||||
|
|
||||||
const results: TestRunResult[] = []
|
const results: TestRunResult[] = []
|
||||||
for (const {file, content} of files) {
|
for (const {file, content} of files) {
|
||||||
core.info(`Processing test results from ${file}`)
|
|
||||||
const tr = await parser.parse(file, content)
|
const tr = await parser.parse(file, content)
|
||||||
results.push(tr)
|
results.push(tr)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user