mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-17 06:47:09 +01:00
oops
This commit is contained in:
parent
e4fa9e8b86
commit
dd70238216
2 changed files with 2 additions and 0 deletions
1
dist/index.js
generated
vendored
1
dist/index.js
generated
vendored
|
|
@ -331,6 +331,7 @@ class TestReporter {
|
||||||
title: name,
|
title: name,
|
||||||
summary: 'No test result files found'
|
summary: 'No test result files found'
|
||||||
}, conclusion: 'failure' }, github.context.repo));
|
}, conclusion: 'failure' }, github.context.repo));
|
||||||
|
return null;
|
||||||
}
|
}
|
||||||
core.info('Creating report summary');
|
core.info('Creating report summary');
|
||||||
const { listSuites, listTests, onlySummary } = this;
|
const { listSuites, listTests, onlySummary } = this;
|
||||||
|
|
|
||||||
|
|
@ -264,6 +264,7 @@ class TestReporter {
|
||||||
conclusion: 'failure',
|
conclusion: 'failure',
|
||||||
...github.context.repo
|
...github.context.repo
|
||||||
})
|
})
|
||||||
|
return null
|
||||||
}
|
}
|
||||||
|
|
||||||
core.info('Creating report summary')
|
core.info('Creating report summary')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue