Skip to content

Commit

Permalink
Create test-report.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredpar authored Nov 26, 2023
1 parent 8c9aaf3 commit f93ef3a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/test-report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: 'Test Report'
on:
workflow_run:
workflows: ['Build and Test']
types:
- completed
permissions:
contents: read
actions: read
checks: write
jobs:
report:
runs-on: ubuntu-latest
steps:
- uses: dorny/test-reporter@v1
with:
artifact: test-results
name: .NET Test Results
path: '*.trx'
reporter: dotnet-trx

0 comments on commit f93ef3a

Please sign in to comment.