Skip to content

build-validation-report #461

build-validation-report

build-validation-report #461

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@v1
with:
artifact: test-results-Windows
name: Maester Test Results
path: '*.xml'
reporter: java-junit
fail-on-error: true