Skip to content

Commit

Permalink
Update test-report.yaml
Browse files Browse the repository at this point in the history
Workaround for failing artifacts
  • Loading branch information
cyberzed authored Jan 4, 2024
1 parent 6bc4afc commit f71192e
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/test-report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,16 @@ jobs:
report:
runs-on: ubuntu-latest
steps:
- uses: dorny/test-reporter@v1
- name: Download test report file
uses: actions/download-artifact@v4
with:
artifact: test-results
github-token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
pattern: test-results*
run-id: ${{ github.event.workflow_run.id }}
- name: Generate test report
uses: dorny/test-reporter@v1
with:
#artifact: test-results
name: dotNET Tests
path: '**/*.trx'
reporter: dotnet-trx
reporter: dotnet-trx

0 comments on commit f71192e

Please sign in to comment.