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 a393f78 commit 5568c30Copy full SHA for 5568c30
entrypoint.sh
@@ -39,8 +39,8 @@ mkdir -p "$(dirname "$output")"
39
40
xunit-viewer --results="$results" --output="$output" --console=true --title="$title"
41
42
-
43
-report_name="test-results-$GITHUB_REPOSITORY-$GITHUB_WORKFLOW-$HOSTNAME-$GITHUB_RUN_ID"
+architecture=$(uname -m)
+report_name="test-results-$GITHUB_REPOSITORY-$GITHUB_WORKFLOW-$architecture-$GITHUB_RUN_ID"
44
report_name_escaped=$(echo "$report_name" | tr /\\:*\<\>\|? -)
45
46
echo ::set-output name=report-file::"$output" #reference available to other actions
0 commit comments