Build WiX Toolset v5 Test Report #615
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build WiX Toolset v5 Test Report | |
on: | |
workflow_run: | |
workflows: [ 'Build WiX Toolset v5' ] | |
types: [ completed ] | |
branches-ignore: | |
- master | |
permissions: | |
actions: read | |
checks: write | |
jobs: | |
report: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Generate Test Reports | |
uses: dorny/test-reporter@v1 | |
with: | |
artifact: logs_${{ github.event.workflow_run.id }} | |
name: Xunit Tests | |
path: 'TestResults/*.trx' | |
reporter: dotnet-trx |