Skip to content

test report

test report #134

Workflow file for this run

name: "test report"
on:
workflow_run:
workflows: ["CI"]
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
name: JEST Tests
path: "*.xml"
reporter: jest-junit