Merge pull request #243 from gdams/fail_on_empty

add feature fail-on-empty
This commit is contained in:
Julien Catania 2023-09-22 21:17:53 +02:00 committed by GitHub
commit 61135b8121
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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