We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f54a31 commit 29eff5cCopy full SHA for 29eff5c
1 file changed
action.yml
@@ -131,7 +131,7 @@ runs:
131
if [ "$publishableTests" -gt 0 ]; then
132
repositoryContainsTests=1
133
echo "containsPublishableTestCases=true" >> $GITHUB_OUTPUT
134
- testResultFilePath="$testResultsFolder/$(echo "$projectInfo-testresults.json"
+ testResultFilePath="$testResultsFolder/$projectName-testresults.json"
135
136
echo "Running tests for project $projectName"
137
uipcli test run "${{ inputs.orchestratorUrl }}" "${{ inputs.orchestratorTenant }}" \
0 commit comments