This commit is contained in:
A.J. Kaptijn 2024-02-28 09:33:13 +01:00
parent e4fa9e8b86
commit dd70238216
2 changed files with 2 additions and 0 deletions

1
dist/index.js generated vendored
View file

@ -331,6 +331,7 @@ class TestReporter {
title: name, title: name,
summary: 'No test result files found' summary: 'No test result files found'
}, conclusion: 'failure' }, github.context.repo)); }, conclusion: 'failure' }, github.context.repo));
return null;
} }
core.info('Creating report summary'); core.info('Creating report summary');
const { listSuites, listTests, onlySummary } = this; const { listSuites, listTests, onlySummary } = this;

View file

@ -264,6 +264,7 @@ class TestReporter {
conclusion: 'failure', conclusion: 'failure',
...github.context.repo ...github.context.repo
}) })
return null
} }
core.info('Creating report summary') core.info('Creating report summary')