Skip to content

Report Unit Test Results #68

Report Unit Test Results

Report Unit Test Results #68

Workflow file for this run

name: Report Unit Test Results
on:
workflow_run:
workflows: ["CI Build"]
types:
- completed
jobs:
report:
runs-on: ubuntu-latest
steps:
- name: Unit Test Report
uses: dorny/test-reporter@v1
with:
artifact: unit-test-results
name: Unit Test Report
path: TEST-*.xml
reporter: java-junit