last update to get non-skipped to run

This commit is contained in:
Connor Vidlock 2024-01-29 15:49:51 -06:00
parent 161c97e78e
commit 32b80624d1
No known key found for this signature in database
GPG key ID: BADEF4A267C14600

View file

@ -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
}