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