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, {