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 9b7d89c commit cfdf16bCopy full SHA for cfdf16b
src/model/results-check.ts
@@ -24,7 +24,7 @@ const ResultsCheck = {
24
core.info(`Processing file ${filepath}...`);
25
try {
26
const content = fs.readFileSync(path.join(artifactsPath, filepath), 'utf8');
27
- if (!content.includes('<test-results') && !content.includes('<test-run')) {
+ if (!content.includes('<test-run')) {
28
// noinspection ExceptionCaughtLocallyJS
29
throw new Error('File does not appear to be a NUnit XML file');
30
}
0 commit comments