Skip to content

PR Validation report #50

PR Validation report

PR Validation report #50

name: PR Validation report
on:
workflow_run:
workflows:
- 'PR Validation'
types:
- completed
permissions:
contents: read
actions: read
checks: write
jobs:
report:
runs-on: ubuntu-latest
steps:
- uses: dorny/test-reporter@v1.9.1
with:
artifact: test-results # as named in pr-validation workflow
name: Maven Tests
path: carapace-*/target/surefire-reports/*.xml # (inside artifact .zip)
reporter: java-junit