Skip to content

build-validation-report #1453

build-validation-report

build-validation-report #1453

name: build-validation-report
on:
workflow_run:
workflows: ["build-validation"] # runs after build-validation workflow
types:
- completed
permissions:
contents: read
actions: read
checks: write
jobs:
report:
runs-on: ubuntu-latest
steps:
- uses: dorny/test-reporter@v2
with:
artifact: test-results-Windows
name: Maester Test Results
path: "*.xml"
reporter: java-junit
fail-on-error: true