mirror of
https://github.com/dorny/test-reporter.git
synced 2026-02-01 02:45:22 -08:00
Add artifact input to action.yml + improve logging
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user