Skip to content

After Pull Request #255

After Pull Request

After Pull Request #255

# SPDX-License-Identifier: Apache-2.0
# Licensed to the Ed-Fi Alliance under one or more agreements.
# The Ed-Fi Alliance licenses this file to you under the Apache License, Version 2.0.
# See the LICENSE and NOTICES files in the project root for more information.
name: After Pull Request
on:
workflow_run:
workflows:
- "On Pull Request"
types:
- completed
permissions: read-all
jobs:
report-test-results:
name: Report Test Results
runs-on: ubuntu-latest
steps:
- name: Upload Test Results
uses: dorny/test-reporter@c9b3d0e2bd2a4e96aaf424dbaa31c46b42318226 # v1.6.0
with:
artifact: csharp-tests
name: C# Unit Test Results
path: "**/*.trx"
reporter: dotnet-trx
fail-on-error: false