mirror of
https://github.com/dorny/test-reporter.git
synced 2026-02-01 02:45:22 -08:00
add feature fail-on-empty
This commit is contained in:
@@ -57,6 +57,10 @@ inputs:
|
||||
description: Set this action as failed if test report contain any failed test
|
||||
required: true
|
||||
default: 'true'
|
||||
fail-on-empty:
|
||||
description: Set this action as failed if no test results were found
|
||||
required: true
|
||||
default: 'true'
|
||||
working-directory:
|
||||
description: Relative path under $GITHUB_WORKSPACE where the repository was checked out
|
||||
required: false
|
||||
|
||||
Reference in New Issue
Block a user