Skip to content

test report

test report #262

Workflow file for this run

name: test report
on:
workflow_run:
workflows: ["Test"]
types:
- completed
permissions:
checks: write
jobs:
checks:
runs-on: ubuntu-latest
steps:
- name: Download Test Report
uses: dawidd6/action-download-artifact@v6
with:
name: junit-test-results
workflow: ${{ github.event.workflow.id }}
run_id: ${{ github.event.workflow_run.id }}
- name: Publish Test Report
uses: mikepenz/[email protected]
with:
commit: ${{github.event.workflow_run.head_sha}}
report_paths: '**/*.xml'