Skip to content

Publish Test Report #11

Publish Test Report

Publish Test Report #11

name: Publish Test Report
on:
workflow_run:
workflows:
- DSIronPython-VS2022Build
types:
- completed
permissions:
contents: read
actions: read
checks: write
jobs:
publish_test_report:
name: Publish Test Report
runs-on: ubuntu-latest
steps:
- uses: dorny/[email protected]
with:
artifact: TestResults
name: Test Results
path: '*.trx'
reporter: dotnet-trx