File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -291,7 +291,7 @@ runs:
291291 testCaseId=$(echo "$testCase" | jq -r '.TestCaseId')
292292 testStatus=$(echo "$testCase" | jq -r '.Status')
293293 testCaseLink="${{ inputs.orchestratorUrl }}${{ inputs.orchestratorLogicalName }}/${{ inputs.orchestratorTenant }}/testmanager_/${{ inputs.projectKey }}/testexecution-results/$testSetRunId/$testCaseId"
294- testResultsTable+=$'\n| ['" $testName"$']("'" $testCaseLink"$'" ) | '" $(if [ "$testStatus" == "Passed" ]; then echo "✅ Passed"; else echo "❌ Failed"; fi)"$' |'
294+ testResultsTable+=$'\n'" | [$testName]( $testCaseLink) | $(if [ "$testStatus" == "Passed" ]; then echo "✅ Passed"; else echo "❌ Failed"; fi) |"
295295 done <<< $(echo "$testSetRun" | jq -c '.TestCaseExecutions[]')
296296
297297 testResults+=$'\n### [Test results for '"$testSetRunName"$']('"$testSetExecutionLink"$')\n'"$testResultsTable"
You can’t perform that action at this time.
0 commit comments