diff --git a/src/main.ts b/src/main.ts index f34a905c..5cd09a91 100644 --- a/src/main.ts +++ b/src/main.ts @@ -87,6 +87,7 @@ export async function run(): Promise { mergedResult.failed += testResult.failed mergedResult.passed += testResult.passed testResults.push(testResult) + } core.setOutput('total', mergedResult.totalCount)