diff --git a/src/main.ts b/src/main.ts index 2777132..d54fb30 100644 --- a/src/main.ts +++ b/src/main.ts @@ -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) }