Fail (optionally) the action if test report contains any failed test

This commit is contained in:
Michal Dorner 2020-11-18 21:54:36 +01:00
parent 1ee2707b1a
commit 94e768fc01
No known key found for this signature in database
GPG key ID: 9EEE04B48DA36786
4 changed files with 13 additions and 1 deletions

View file

@ -8,6 +8,10 @@ description: |
author: 'Michal Dorner <dorner.michal@gmail.com>'
inputs:
fail-on-error:
description: 'Set this action as failed if test report contains any failed test'
required: true
default: 'true'
name:
description: 'Name of the check run'
required: true