Remove info log

This commit is contained in:
Michael Marcus 2025-11-14 12:01:42 -05:00
parent 6b64465c34
commit 9aef9d168f
2 changed files with 0 additions and 2 deletions

1
dist/index.js generated vendored
View file

@ -413,7 +413,6 @@ class TestReporter {
const shortSummary = `${passed} passed, ${failed} failed and ${skipped} skipped `; const shortSummary = `${passed} passed, ${failed} failed and ${skipped} skipped `;
let baseUrl = ''; let baseUrl = '';
if (this.useActionsSummary) { if (this.useActionsSummary) {
core.info(`Creating action summary`);
const summary = (0, get_report_1.getReport)(results, { const summary = (0, get_report_1.getReport)(results, {
listSuites, listSuites,
listTests, listTests,

View file

@ -181,7 +181,6 @@ class TestReporter {
let baseUrl = '' let baseUrl = ''
if (this.useActionsSummary) { if (this.useActionsSummary) {
core.info(`Creating action summary`)
const summary = getReport( const summary = getReport(
results, results,
{ {