mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-15 22:07:09 +01:00
docs: make sure list-tests is correctly documented on action.yml
This commit is contained in:
parent
d609194929
commit
bb9fb75efb
1 changed files with 2 additions and 2 deletions
|
|
@ -39,7 +39,7 @@ inputs:
|
||||||
description: |
|
description: |
|
||||||
Limits which test suites are listed. Supported options:
|
Limits which test suites are listed. Supported options:
|
||||||
- all
|
- all
|
||||||
- only-failed
|
- failed
|
||||||
- none
|
- none
|
||||||
required: false
|
required: false
|
||||||
default: 'all'
|
default: 'all'
|
||||||
|
|
@ -47,7 +47,7 @@ inputs:
|
||||||
description: |
|
description: |
|
||||||
Limits which test cases are listed. Supported options:
|
Limits which test cases are listed. Supported options:
|
||||||
- all
|
- all
|
||||||
- only-failed
|
- failed
|
||||||
- none
|
- none
|
||||||
required: false
|
required: false
|
||||||
default: 'all'
|
default: 'all'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue