mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-17 14:57:09 +01:00
update logging and test report
This commit is contained in:
parent
2a53a9deba
commit
cd976285dc
3 changed files with 11 additions and 8 deletions
|
|
@ -54,7 +54,7 @@ class TestReporter {
|
|||
this.octokit = github.getOctokit(this.token)
|
||||
|
||||
if (this.listSuites !== 'all' && this.listSuites !== 'failed' && this.listSuites !== 'non-skipped') {
|
||||
core.setFailed(`Input parameter 'list-suites' has invalid value`)
|
||||
core.setFailed(`Input parameter 'list-suites' has invalid value of ${this.listSuites}`)
|
||||
return
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue