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 0790471 commit 2574246Copy full SHA for 2574246
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: ${{ inputs.Settings }}-${{ runner.os }}
+ TestResult_TestSuiteName: Test-${{ 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