Skip to content

Commit 6fda348

Browse files
Add branch name to TestRail run (#3980)
This adds the branch name to the buildup of the TestRail run name. Before this.. all test results looked the same. ### QA Notes Verified in TestRail vs a full smoke run https://posit.testrail.io/index.php?/runs/view/2900&group_by=cases:section_id&group_order=asc
1 parent 4f27520 commit 6fda348

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/positron-full-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
- name: Set TestRail Run Title
127127
id: set-testrail-run-title
128128
if: always()
129-
run: echo "TESTRAIL_TITLE=$(date +'%Y-%m-%d') Smoke Tests" >> $GITHUB_ENV
129+
run: echo "TESTRAIL_TITLE=$(date +'%Y-%m-%d') Smoke Tests - $GITHUB_REF_NAME" >> $GITHUB_ENV
130130

131131
- name: Upload Test Results to TestRail
132132
id: testrail-upload

0 commit comments

Comments
 (0)