mirror of
https://github.com/dorny/test-reporter.git
synced 2026-02-03 19:55:22 -08:00
Fail (optionally) the action if test report contains any failed test
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user