Skip to content

Commit ad97372

Browse files
authored
Update main-cloud.yml
1 parent a5197e8 commit ad97372

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main-cloud.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
22
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
33

4-
name: Node.js CI
4+
name: Node.js CI Cloud
55

66
on:
77
push:
@@ -50,8 +50,8 @@ jobs:
5050
echo "https://xraytutorials.atlassian.net/browse/"${{steps.xray.outputs.testExecKey}}
5151
- name: add link to Test Execution
5252
run: |
53-
echo "| Test Execution | https://xraytutorials.atlassian.net/browse/"${{steps.xray.outputs.testExecKey}} | " >> $GITHUB_STEP_SUMMARY
54-
echo "| link | [click here](https://xraytutorials.atlassian.net/browse/"${{steps.xray.outputs.testExecKey}}) | " >> $GITHUB_STEP_SUMMARY
53+
echo "| Test Execution | https://xraytutorials.atlassian.net/browse/${{steps.xray.outputs.testExecKey}} | " >> $GITHUB_STEP_SUMMARY
54+
echo "| link | [click here](https://xraytutorials.atlassian.net/browse/${{steps.xray.outputs.testExecKey}}) | " >> $GITHUB_STEP_SUMMARY
5555
#- name: Authenticate with Xray
5656
# run: |
5757
# 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)