Skip to content

Commit 5568c30

Browse files
author
Aaron Roller
committed
using arch instead of hostname for report dir AM-337/gtest
1 parent a393f78 commit 5568c30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

entrypoint.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ mkdir -p "$(dirname "$output")"
3939

4040
xunit-viewer --results="$results" --output="$output" --console=true --title="$title"
4141

42-
43-
report_name="test-results-$GITHUB_REPOSITORY-$GITHUB_WORKFLOW-$HOSTNAME-$GITHUB_RUN_ID"
42+
architecture=$(uname -m)
43+
report_name="test-results-$GITHUB_REPOSITORY-$GITHUB_WORKFLOW-$architecture-$GITHUB_RUN_ID"
4444
report_name_escaped=$(echo "$report_name" | tr /\\:*\<\>\|? -)
4545

4646
echo ::set-output name=report-file::"$output" #reference available to other actions

0 commit comments

Comments
 (0)