Skip to content

.github/workflows/test-reporter.yml #104

.github/workflows/test-reporter.yml

.github/workflows/test-reporter.yml #104

Workflow file for this run

on:
workflow_run:
workflows:
- test-windows
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 Repot $1'
path: "**/*.xml"
reporter: java-junit