1
0
Fork 0
mirror of https://github.com/dorny/test-reporter.git synced 2026-03-22 16:02:13 +01:00
test-reporter/.github/workflows/test-report.yml

24 lines
387 B
YAML

name: Test Report
on:
workflow_run:
workflows: ['CI']
types:
- completed
permissions:
contents: read
actions: read
jobs:
report:
name: Workflow test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: ./
with:
artifact: test-results
name: Workflow Report
path: '*.xml'
reporter: jest-junit