mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-16 14:27:10 +01:00
Suppress "Processing test results from" log
This commit is contained in:
parent
0d00bb14cb
commit
19aaf9016e
1 changed files with 0 additions and 1 deletions
|
|
@ -148,7 +148,6 @@ class TestReporter {
|
|||
|
||||
const results: TestRunResult[] = []
|
||||
for (const {file, content} of files) {
|
||||
core.info(`Processing test results from ${file}`)
|
||||
const tr = await parser.parse(file, content)
|
||||
results.push(tr)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue