Skip to content

Commit 94607c5

Browse files
authored
Update main-cloud.yml
1 parent 3d53642 commit 94607c5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main-cloud.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
name: test-results-${{ matrix.node-version }}
3333
path: xray-report.xml
3434
- name: "Import results to Xray"
35+
id: xray
3536
uses: mikepenz/[email protected]
3637
with:
3738
username: ${{ secrets.XRAYCLOUD_CLIENT_ID }}
@@ -43,6 +44,9 @@ jobs:
4344
testPlanKey: "${{ secrets.XRAYCLOUD_TEST_PLAN_KEY }}"
4445
projectKey: "${{ secrets.JIRACLOUD_PROJECT_KEY }}"
4546
testEnvironments: "NODE_${{ matrix.node-version }}"
47+
- run: |
48+
echo "https://xraytutorials.atlassian.net/browse/"${{steps.xray.outputs.testExecKey}}
49+
4650
#- name: Authenticate with Xray
4751
# run: |
4852
# cat cloud_auth.json.sample | sed s/CLIENT_ID/${{ secrets.XRAYCLOUD_CLIENT_ID }}/g | sed s/CLIENT_SECRET/${{ secrets.XRAYCLOUD_CLIENT_SECRET }}/g > cloud_auth.json

0 commit comments

Comments
 (0)