Skip to content

Commit

Permalink
docs: make sure list-tests is correctly documented on action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Soares authored and GitHub committed May 8, 2025
1 parent d609194 commit bb9fb75
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 @@ -39,15 +39,15 @@ inputs:
description: |
Limits which test suites are listed. Supported options:
- all
- only-failed
- failed
- none
required: false
default: 'all'
list-tests:
description: |
Limits which test cases are listed. Supported options:
- all
- only-failed
- failed
- none
required: false
default: 'all'
Expand Down

0 comments on commit bb9fb75

Please sign in to comment.