Skip to content

generate-test-reports #154

generate-test-reports

generate-test-reports #154

# This was generated by tool. Edits will be overwritten.
name: generate-test-reports
on:
workflow_run:
workflows:
- 'ignore-this/ci'
- 'access-token-management/ci'
- 'identity-model/ci'
- 'identity-model-oidc-client/ci'
types:
- completed
jobs:
report:
name: report
runs-on: ubuntu-latest
permissions:
actions: read
checks: write
contents: read
packages: write
steps:
- name: Test report - ignore-this - IgnoreThis.Tests
if: github.event.workflow.name == 'ignore-this/ci'
uses: dorny/test-reporter@31a54ee7ebcacc03a09ea97a7e5465a47b84aea5
with:
artifact: test-results
name: Test Report - IgnoreThis.Tests
path: IgnoreThis.Tests.trx
reporter: dotnet-trx
fail-on-error: true
fail-on-empty: true
- name: Test report - access-token-management - AccessTokenManagement.Tests
if: github.event.workflow.name == 'access-token-management/ci'
uses: dorny/test-reporter@31a54ee7ebcacc03a09ea97a7e5465a47b84aea5
with:
artifact: test-results
name: Test Report - AccessTokenManagement.Tests
path: AccessTokenManagement.Tests.trx
reporter: dotnet-trx
fail-on-error: true
fail-on-empty: true
- name: Test report - identity-model - IdentityModel.Tests
if: github.event.workflow.name == 'identity-model/ci'
uses: dorny/test-reporter@31a54ee7ebcacc03a09ea97a7e5465a47b84aea5
with:
artifact: test-results
name: Test Report - IdentityModel.Tests
path: IdentityModel.Tests.trx
reporter: dotnet-trx
fail-on-error: true
fail-on-empty: true
- name: Test report - identity-model-oidc-client - IdentityModel.OidcClient.Tests
if: github.event.workflow.name == 'identity-model-oidc-client/ci'
uses: dorny/test-reporter@31a54ee7ebcacc03a09ea97a7e5465a47b84aea5
with:
artifact: test-results
name: Test Report - IdentityModel.OidcClient.Tests
path: IdentityModel.OidcClient.Tests.trx
reporter: dotnet-trx
fail-on-error: true
fail-on-empty: true