Skip to content

Test Report

Test Report #527

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/test-reporter@v1.6.0
with:
artifact: test-results
name: .NET Tests
path: "*.trx"
reporter: dotnet-trx
- uses: dorny/test-reporter@v1.6.0
with:
artifact: integration-test-results
name: .NET Integration Tests
path: "*.trx"
reporter: dotnet-trx