Skip to content

Test Reporter

Test Reporter #154

Workflow file for this run

name: 'Test Reporter'
on:
workflow_run:
workflows: ['.NET Build and Test', '.NET NuGet & Docker Publish', 'Manual Docker Publish from Develop'] # runs after CI workflow
types:
- completed
jobs:
report:
runs-on: ubuntu-latest
steps:
- uses: dorny/[email protected]
with:
name: TRX Tests
artifact: test-results # artifact name
fail-on-error: false # Supress error on failed tests
path: '*.trx' # Path to test results (inside artifact .zip)
reporter: dotnet-trx #Format of test results