mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-15 13:57:09 +01:00
Remove info log
This commit is contained in:
parent
6b64465c34
commit
9aef9d168f
2 changed files with 0 additions and 2 deletions
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,
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue