mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-10-29 23:12:39 +01:00
Download artifacts for Publish Test Results workflow
This commit is contained in:
parent
541d3307e1
commit
3259e6dc10
13
.github/workflows/publish-test-results.yml
vendored
13
.github/workflows/publish-test-results.yml
vendored
@ -13,12 +13,19 @@ permissions:
|
||||
|
||||
jobs:
|
||||
report:
|
||||
if: github.event.workflow_run.conclusion != 'skipped'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Download Test Reports
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: results-*
|
||||
path: test-results
|
||||
merge-multiple: true
|
||||
|
||||
- name: Publish Test Results
|
||||
uses: phoenix-actions/test-reporting@v12
|
||||
with:
|
||||
artifact: /results-(.*)/
|
||||
name: '$1'
|
||||
path: '*.trx'
|
||||
name: 'Test Results'
|
||||
path: 'test-results/*.trx'
|
||||
reporter: dotnet-trx
|
||||
|
Loading…
Reference in New Issue
Block a user