Skip to content

Test Report

Test Report #468

Workflow file for this run

name: Test Report
on:
workflow_run:
workflows:
- CI
- Release
types:
- completed
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
report:
runs-on: ubuntu-latest
permissions:
checks: write
steps:
- uses: dorny/[email protected]
with:
artifact: test-results
name: .NET Tests
path: "*.trx"
reporter: dotnet-trx