Skip to content

Commit

Permalink
- include file when no root test suite can be deteced
Browse files Browse the repository at this point in the history
  - Relates to #1255
  • Loading branch information
mikepenz committed Dec 13, 2024
1 parent 992d97d commit 3ba6d6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/testParser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ export async function parseFile(
const testsuite = report.testsuites ? report.testsuites : report.testsuite

if (!testsuite) {
core.error(`⚠️ Failed to retrieve root test suite`)
core.error(`⚠️ Failed to retrieve root test suite from file (${file})`)
return undefined
}

Expand Down

0 comments on commit 3ba6d6d

Please sign in to comment.