diff --git a/src/main.ts b/src/main.ts index 635b8ff..45546cf 100644 --- a/src/main.ts +++ b/src/main.ts @@ -53,7 +53,7 @@ class TestReporter { constructor() { this.octokit = github.getOctokit(this.token) - if (this.listSuites !== 'all' && this.listSuites !== 'failed') { + if (this.listSuites !== 'all' && this.listSuites !== 'failed' && this.listSuites !== 'non-skipped') { core.setFailed(`Input parameter 'list-suites' has invalid value`) return }