1
0
Fork 0
mirror of synced 2026-06-05 18:38:19 +00: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