Skip to content

Commit 29eff5c

Browse files
fix: set test result file path correctly (#22)
Use project name to set file path, not project json data
1 parent 4f54a31 commit 29eff5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ runs:
131131
if [ "$publishableTests" -gt 0 ]; then
132132
repositoryContainsTests=1
133133
echo "containsPublishableTestCases=true" >> $GITHUB_OUTPUT
134-
testResultFilePath="$testResultsFolder/$(echo "$projectInfo-testresults.json"
134+
testResultFilePath="$testResultsFolder/$projectName-testresults.json"
135135
136136
echo "Running tests for project $projectName"
137137
uipcli test run "${{ inputs.orchestratorUrl }}" "${{ inputs.orchestratorTenant }}" \

0 commit comments

Comments
 (0)