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 3d53642 commit 94607c5Copy full SHA for 94607c5
.github/workflows/main-cloud.yml
@@ -32,6 +32,7 @@ jobs:
32
name: test-results-${{ matrix.node-version }}
33
path: xray-report.xml
34
- name: "Import results to Xray"
35
+ id: xray
36
uses: mikepenz/[email protected]
37
with:
38
username: ${{ secrets.XRAYCLOUD_CLIENT_ID }}
@@ -43,6 +44,9 @@ jobs:
43
44
testPlanKey: "${{ secrets.XRAYCLOUD_TEST_PLAN_KEY }}"
45
projectKey: "${{ secrets.JIRACLOUD_PROJECT_KEY }}"
46
testEnvironments: "NODE_${{ matrix.node-version }}"
47
+ - run: |
48
+ echo "https://xraytutorials.atlassian.net/browse/"${{steps.xray.outputs.testExecKey}}
49
+
50
#- name: Authenticate with Xray
51
# run: |
52
# 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