Skip to content

Commit c54aff5

Browse files
Update TestResult_TestSuiteName format in action.yml
1 parent 2574246 commit c54aff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ runs:
327327
TestResult_OutputFormat: ${{ inputs.TestResult_OutputFormat }}
328328
TestResult_OutputPath: ${{ inputs.TestResult_OutputPath }}
329329
TestResult_OutputEncoding: ${{ inputs.TestResult_OutputEncoding }}
330-
TestResult_TestSuiteName: Test-${{ inputs.Settings }}-${{ runner.os }}
330+
TestResult_TestSuiteName: PSModuleTest-${{ inputs.Settings }}-${{ runner.os }}
331331
Should_ErrorAction: ${{ inputs.Should_ErrorAction }}
332332
Debug_ShowFullErrors: ${{ inputs.Debug_ShowFullErrors }}
333333
Debug_WriteDebugMessages: ${{ inputs.Debug_WriteDebugMessages }}

0 commit comments

Comments
 (0)