Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Report

Report #72

Workflow file for this run

name: Report
on:
workflow_run:
workflows: ['Tests']
types:
- completed
jobs:
junit:
runs-on: ubuntu-latest
steps:
- uses: dorny/test-reporter@v1
with:
artifact: test-results
name: JUnit Tests
path: '*.xml'
reporter: java-junit