add feature fail-on-empty

This commit is contained in:
George Adams 2023-04-03 11:13:19 +01:00
parent e9fa2f582c
commit 9e78da5e1b
No known key found for this signature in database
GPG key ID: 7B8D7E4421A0916D
4 changed files with 11 additions and 2 deletions

View file

@ -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