Skip to content

Commit f2047a1

Browse files
Add Output_Verbosity parameter to action.yml for detailed output
1 parent 6716dd4 commit f2047a1

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
@@ -63,5 +63,6 @@ runs:
6363
Version: ${{ inputs.Version }}
6464
WorkingDirectory: ${{ inputs.WorkingDirectory }}
6565
TestResult_TestSuiteName: ${{ inputs.Settings }}-${{ runner.os }}
66+
Output_Verbosity: Detailed
6667
Path: ${{ fromJson(steps.paths.outputs.result).TestPath }}
6768
Run_Path: ${{ fromJson(steps.paths.outputs.result).CodePath }}

0 commit comments

Comments
 (0)