Skip to content

Commit ef5bbec

Browse files
Add TestResult_Enabled flag to action.yml for enhanced test configuration
1 parent d4cfada commit ef5bbec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ runs:
111111
Verbose: ${{ inputs.Verbose }}
112112
Version: ${{ inputs.Version }}
113113
WorkingDirectory: ${{ inputs.WorkingDirectory }}
114+
TestResult_Enabled: true
114115
TestResult_TestSuiteName: ${{ inputs.Settings }}-${{ runner.os }}
115116
CodeCoverage_CoveragePercentTarget: 0
116117
Path: ${{ steps.paths.outputs.TestPath }}

0 commit comments

Comments
 (0)