Skip to content

test-reporter

test-reporter #1479

Workflow file for this run

---
## Workflow to process the JUnit test results and add a report to the checks.
name: test-reporter
on:
workflow_run:
workflows:
- test
types:
- completed
permissions:
contents: read
actions: read
checks: write
jobs:
report:
runs-on: ubuntu-latest
steps:
- uses: elastic/oblt-actions/test-report@v1
with:
artifact: /test-results(.*)/
name: 'Test Report $1'
path: "**/*-python-agent-junit.xml"
reporter: java-junit