Skip to content

Commit 3ba6d6d

Browse files
committed
- include file when no root test suite can be deteced
- Relates to #1255
1 parent 992d97d commit 3ba6d6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/testParser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ export async function parseFile(
217217
const testsuite = report.testsuites ? report.testsuites : report.testsuite
218218

219219
if (!testsuite) {
220-
core.error(`⚠️ Failed to retrieve root test suite`)
220+
core.error(`⚠️ Failed to retrieve root test suite from file (${file})`)
221221
return undefined
222222
}
223223

0 commit comments

Comments
 (0)