mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-15 13:57:09 +01:00
Fail (optionally) the action if test report contains any failed test
This commit is contained in:
parent
1ee2707b1a
commit
94e768fc01
4 changed files with 13 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue