Skip to content

Commit

Permalink
Fix main
Browse files Browse the repository at this point in the history
  • Loading branch information
valentin-demange committed May 17, 2024
1 parent 092d949 commit 8c4af8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ export async function run(): Promise<void> {
mergedResult.failed += testResult.failed
mergedResult.passed += testResult.passed
testResults.push(testResult)

}

core.setOutput('total', mergedResult.totalCount)
Expand Down

0 comments on commit 8c4af8b

Please sign in to comment.