mirror of
https://github.com/dorny/test-reporter.git
synced 2026-02-01 02:45:22 -08:00
Remove info log
This commit is contained in:
1
dist/index.js
generated
vendored
1
dist/index.js
generated
vendored
@@ -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,
|
||||
|
||||
@@ -181,7 +181,6 @@ class TestReporter {
|
||||
|
||||
let baseUrl = ''
|
||||
if (this.useActionsSummary) {
|
||||
core.info(`Creating action summary`)
|
||||
const summary = getReport(
|
||||
results,
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user