mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-15 13:57:09 +01:00
Add 'conclusion' output parameter
This commit is contained in:
parent
651a2e1bf1
commit
1ee2707b1a
5 changed files with 25 additions and 11 deletions
|
|
@ -26,6 +26,12 @@ inputs:
|
|||
description: 'GitHub Access Token'
|
||||
required: false
|
||||
default: ${{ github.token }}
|
||||
outputs:
|
||||
conclusion:
|
||||
description: |
|
||||
Final conclusion of the created check run:
|
||||
- 'success' if no failed tests was found
|
||||
- 'failure' if any failed test was found
|
||||
runs:
|
||||
using: 'node12'
|
||||
main: 'dist/index.js'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue