mirror of
https://github.com/OpenLogics/MewtocolNet.git
synced 2025-12-06 11:11:23 +00:00
Update build-pipeline.yml
This commit is contained in:
2
.github/workflows/build-pipeline.yml
vendored
2
.github/workflows/build-pipeline.yml
vendored
@@ -45,7 +45,7 @@ jobs:
|
||||
if: success() || failure() # run this step even if previous step failed
|
||||
with:
|
||||
name: XUnit Tests # Name of the check run which will be created
|
||||
path: '${{ github.workspace }}/MewtocolTests/TestResults/testresults.xml' # Path to test results
|
||||
path: '${{ github.workspace }}/MewtocolTests/TestResults/testresults.trx' # Path to test results
|
||||
reporter: dotnet-trx # Format of test results
|
||||
|
||||
#Run code ql check
|
||||
|
||||
Reference in New Issue
Block a user