You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Sonarr/.github/workflows/publish-test-results.yml

25 lines
415 B

name: Publish Test Results
on:
workflow_run:
workflows: ['Build']
types:
- completed
permissions:
contents: read
actions: read
checks: write
jobs:
report:
runs-on: ubuntu-latest
steps:
- name: Publish Test Results
uses: phoenix-actions/test-reporting@v12
with:
artifact: /results-(.*)/
name: '$1'
path: '*.trx'
reporter: dotnet-trx