diff --git a/dist/index.js b/dist/index.js index 2e7f80a..d1ddb8d 100644 --- a/dist/index.js +++ b/dist/index.js @@ -331,6 +331,7 @@ class TestReporter { title: name, summary: 'No test result files found' }, conclusion: 'failure' }, github.context.repo)); + return null; } core.info('Creating report summary'); const { listSuites, listTests, onlySummary } = this; diff --git a/src/main.ts b/src/main.ts index 8a745eb..a393660 100644 --- a/src/main.ts +++ b/src/main.ts @@ -264,6 +264,7 @@ class TestReporter { conclusion: 'failure', ...github.context.repo }) + return null } core.info('Creating report summary')