Skip to content

Commit 53a0856

Browse files
committed
Change test result step name
1 parent 2b173ae commit 53a0856

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ jobs:
4040
cd '${{ github.workspace }}/MewtocolTests'
4141
dotnet test --logger "trx;logfilename=testresults.trx"
4242
#Generate a test report
43-
- name: 'Test Report'
43+
- name: 'Generate Test Report'
4444
uses: dorny/test-reporter@v1
4545
if: success() || failure() # run this step even if previous step failed
4646
with:
47-
name: XUnit Tests # Name of the check run which will be created
47+
name: Unit Test Report # Name of the check run which will be created
4848
path: '${{ github.workspace }}/MewtocolTests/TestResults/testresults.trx' # Path to test results
4949
reporter: dotnet-trx # Format of test results
5050

0 commit comments

Comments
 (0)