test-reporter/action.yml
2020-10-01 23:35:59 +02:00

11 lines
307 B
YAML

name: 'JUnit Check Report'
description: 'Presents results of junit test report as Github check run'
author: 'Michal Dorner <dorner.michal@gmail.com>'
inputs:
token:
description: 'GitHub Access Token'
required: false
default: ${{ github.token }}
runs:
using: 'node12'
main: 'dist/index.js'