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

@ -166,6 +166,9 @@ jobs:
# Set action as failed if test report contains any failed test
fail-on-error: 'true'
# Set this action as failed if no test results were found
fail-on-empty: 'true'
# Relative path under $GITHUB_WORKSPACE where the repository was checked out.
working-directory: ''