From dd70238216fa8b1e0a5d86bd71682ab7593fda46 Mon Sep 17 00:00:00 2001 From: "A.J. Kaptijn" Date: Wed, 28 Feb 2024 09:33:13 +0100 Subject: [PATCH] oops --- dist/index.js | 1 + src/main.ts | 1 + 2 files changed, 2 insertions(+) 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')