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,
summary: 'No test result files found'
}, conclusion: 'failure' }, github.context.repo));
return null;
}
core.info('Creating report summary');
const { listSuites, listTests, onlySummary } = this;