We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 992d97d commit 3ba6d6dCopy full SHA for 3ba6d6d
src/testParser.ts
@@ -217,7 +217,7 @@ export async function parseFile(
217
const testsuite = report.testsuites ? report.testsuites : report.testsuite
218
219
if (!testsuite) {
220
- core.error(`⚠️ Failed to retrieve root test suite`)
+ core.error(`⚠️ Failed to retrieve root test suite from file (${file})`)
221
return undefined
222
}
223
0 commit comments