Skip to content

Test Report

Test Report #6

Workflow file for this run

name: Test Report
# https://github.com/dorny/test-reporter#recommended-setup-for-public-repositories
# This workflow is for test report
on:
workflow_run:
workflows: ["Create Draft Release", "Test Code"]
types:
- completed
permissions:
contents: read
actions: read
checks: write
jobs:
report:
runs-on: ubuntu-latest
steps:
- name: Test Report 🧪
uses: dorny/test-reporter@v1
with:
artifact: test-results
name: Unit Tests
path: "*.trx"
reporter: dotnet-trx