From 9aef9d168fff626866f9ed57f44688205b577b11 Mon Sep 17 00:00:00 2001 From: Michael Marcus Date: Fri, 14 Nov 2025 12:01:42 -0500 Subject: [PATCH] Remove info log --- dist/index.js | 1 - src/main.ts | 1 - 2 files changed, 2 deletions(-) diff --git a/dist/index.js b/dist/index.js index 66c519f..ee83e34 100644 --- a/dist/index.js +++ b/dist/index.js @@ -413,7 +413,6 @@ class TestReporter { const shortSummary = `${passed} passed, ${failed} failed and ${skipped} skipped `; let baseUrl = ''; if (this.useActionsSummary) { - core.info(`Creating action summary`); const summary = (0, get_report_1.getReport)(results, { listSuites, listTests, diff --git a/src/main.ts b/src/main.ts index 3c9dc41..46ffdec 100644 --- a/src/main.ts +++ b/src/main.ts @@ -181,7 +181,6 @@ class TestReporter { let baseUrl = '' if (this.useActionsSummary) { - core.info(`Creating action summary`) const summary = getReport( results, {