Skip to content

Report Test Results #13

Report Test Results

Report Test Results #13

Workflow file for this run

name: Report Test Results
on:
workflow_run:
workflows: [Build PR, Snapshot]
types: [completed]
permissions:
contents: read
actions: read
checks: write
jobs:
checks:
runs-on: ubuntu-latest
steps:
- uses: dorny/test-reporter@v1
with:
artifact: junit-test-results
name: Test Results
path: '**/*.xml'
reporter: java-junit