Skip to content

Commit

Permalink
Suppress "Processing test results from" log
Browse files Browse the repository at this point in the history
  • Loading branch information
Vasanth Dharmaraj authored and GitHub committed Jun 17, 2022
1 parent 0d00bb1 commit 19aaf90
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down

0 comments on commit 19aaf90

Please sign in to comment.