mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-17 14:57:09 +01:00
chore: add create pr comment flag
This commit is contained in:
parent
0693dd14d6
commit
e622ff7921
3 changed files with 32 additions and 10 deletions
|
|
@ -1,6 +1,6 @@
|
|||
name: Test Reporter
|
||||
description: |
|
||||
Shows test results in GitHub UI: .NET (xUnit, NUnit, MSTest), Dart, Flutter, Java (JUnit), JavaScript (JEST, Mocha)
|
||||
Shows test results in GitHub UI: .NET (xUnit, NUnit, MSTest), Dart, Flutter, Java (JUnit), JavaScript (JEST, Mocha), Apex (Salesforce via json)
|
||||
author: Michal Dorner <dorner.michal@gmail.com>
|
||||
inputs:
|
||||
artifact:
|
||||
|
|
@ -90,6 +90,12 @@ inputs:
|
|||
description: GitHub Access Token
|
||||
required: false
|
||||
default: ${{ github.token }}
|
||||
create-pr-comment:
|
||||
description: |
|
||||
Allows you to create a comment on the pull request with the test results.
|
||||
If enabled, the comment will contain a summary of the test results
|
||||
default: 'false'
|
||||
required: false
|
||||
outputs:
|
||||
conclusion:
|
||||
description: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue