Skip to content

Report tests results #448

Report tests results

Report tests results #448

name: 'Report tests results'
on:
workflow_run:
workflows: ['Integration tests']
types:
- completed
jobs:
report:
runs-on: ubuntu-latest
steps:
- name: Report tests results
uses: dorny/test-reporter@v1
with:
name: Integration tests
artifact: tests-results
reporter: dotnet-trx
path: '*.trx'
- name: Report generated tests results
uses: dorny/test-reporter@v1
with:
name: Generated tests
artifact: generated-tests-results
reporter: dotnet-trx
path: '*.trx'