mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-15 13:57:09 +01:00
Add artifact input to action.yml + improve logging
This commit is contained in:
parent
3510d9ac27
commit
075144b122
5 changed files with 30 additions and 3 deletions
|
|
@ -3,6 +3,9 @@ description: |
|
|||
Displays test results directly in GitHub. Supports .NET (xUnit, NUnit, MSTest), Dart, Flutter and JavaScript (JEST).
|
||||
author: Michal Dorner <dorner.michal@gmail.com>
|
||||
inputs:
|
||||
artifact:
|
||||
description: Name or regex of artifact containing test results
|
||||
required: false
|
||||
name:
|
||||
description: Name of the check run
|
||||
required: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue