Skip to content

Test results for last build of fix-satp-bare-csr-write #11

Test results for last build of fix-satp-bare-csr-write

Test results for last build of fix-satp-bare-csr-write #11

Workflow file for this run

name: report
on:
workflow_run:
workflows: [ build ]
types: [ completed ]
permissions:
checks: write
run-name: Test results for last build of ${{ github.event.workflow_run.head_branch }}
jobs:
report:
runs-on: ubuntu-latest
steps:
- name: Download Test Results
uses: dawidd6/action-download-artifact@v3
with:
name: junit-test-results
workflow: ${{ github.event.workflow.id }}
run_id: ${{ github.event.workflow_run.id }}
- name: Publish Test Results
uses: mikepenz/action-junit-report@v4
with:
commit: ${{ github.event.workflow_run.head_sha }}
report_paths: '**/build/test-results/test/TEST-*.xml'
include_passed: true