mirror of
https://github.com/dorny/test-reporter.git
synced 2026-03-22 07:52:14 +01:00
Add the missing collapsed input parameter documentation to README
This commit is contained in:
parent
574d6b100c
commit
24ade537c8
1 changed files with 7 additions and 0 deletions
|
|
@ -194,6 +194,13 @@ jobs:
|
||||||
# Set this action as failed if no test results were found
|
# Set this action as failed if no test results were found
|
||||||
fail-on-empty: 'true'
|
fail-on-empty: 'true'
|
||||||
|
|
||||||
|
# Controls whether test report details are collapsed or expanded.
|
||||||
|
# Supported options:
|
||||||
|
# auto: Collapse only if all tests pass (default behavior)
|
||||||
|
# always: Always collapse the report details
|
||||||
|
# never: Always expand the report details
|
||||||
|
collapsed: 'auto'
|
||||||
|
|
||||||
# Relative path under $GITHUB_WORKSPACE where the repository was checked out.
|
# Relative path under $GITHUB_WORKSPACE where the repository was checked out.
|
||||||
working-directory: ''
|
working-directory: ''
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue