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 `;
|
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,
|
||||||
|
|||||||
@@ -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,
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user