Skip to content

DotNET Test Reporting #179

DotNET Test Reporting

DotNET Test Reporting #179

name: DotNET Test Reporting
# read-write repo token
# access to secrets
on:
workflow_run:
workflows: ['DotNET-build']
types:
- completed
jobs:
upload:
runs-on: ubuntu-latest
steps:
- uses: phoenix-actions/test-reporting@v14
with:
artifact: test-results # artifact name
name: DotNET - Tests # Name of the check run which will be created
path: '**/test-results.trx' # Path to test results (inside artifact .zip)
reporter: dotnet-trx # Format of test results
output-to: checks