Suppress "Processing test results from" log

This commit is contained in:
Vasanth Dharmaraj 2022-06-18 01:08:45 +05:30 committed by GitHub
parent 0d00bb14cb
commit 19aaf9016e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)
}