We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2574246 commit c54aff5Copy full SHA for c54aff5
action.yml
@@ -327,7 +327,7 @@ runs:
327
TestResult_OutputFormat: ${{ inputs.TestResult_OutputFormat }}
328
TestResult_OutputPath: ${{ inputs.TestResult_OutputPath }}
329
TestResult_OutputEncoding: ${{ inputs.TestResult_OutputEncoding }}
330
- TestResult_TestSuiteName: Test-${{ inputs.Settings }}-${{ runner.os }}
+ TestResult_TestSuiteName: PSModuleTest-${{ inputs.Settings }}-${{ runner.os }}
331
Should_ErrorAction: ${{ inputs.Should_ErrorAction }}
332
Debug_ShowFullErrors: ${{ inputs.Debug_ShowFullErrors }}
333
Debug_WriteDebugMessages: ${{ inputs.Debug_WriteDebugMessages }}
0 commit comments