Skip to content

Commit

Permalink
only-failed is not a valid option for list-suites and list-tests (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mpdreamz authored Apr 4, 2023
1 parent b1f410b commit f0df84c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ inputs:
description: |
Limits which test suites are listed. Supported options:
- all
- only-failed
- failed
required: true
default: 'all'
list-tests:
description: |
Limits which test cases are listed. Supported options:
- all
- only-failed
- failed
- none
required: true
default: 'all'
Expand Down

0 comments on commit f0df84c

Please sign in to comment.