1
0
Fork 0
mirror of https://github.com/dorny/test-reporter.git synced 2026-03-21 23:52:12 +01:00

Add the missing collapsed input parameter documentation to README

This commit is contained in:
Jozef Izso 2026-03-16 14:36:47 +01:00
parent 574d6b100c
commit 24ade537c8
Failed to extract signature

View file

@ -194,6 +194,13 @@ jobs:
# Set this action as failed if no test results were found
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.
working-directory: ''