Skip to content

Report Test Results #106

Report Test Results

Report Test Results #106

Workflow file for this run

name: Report Test Results
on:
workflow_run:
workflows: ["Build Solution"]
branches: ["main"]
types:
- completed
jobs:
report:
runs-on: ubuntu-latest
steps:
- uses: dorny/test-reporter@v1
with:
artifact: TestResults
name: NUnit Tests
path: '*.trx'
reporter: dotnet-trx