File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
2
2
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
3
3
4
- name : Node.js CI
4
+ name : Node.js CI Cloud
5
5
6
6
on :
7
7
push :
50
50
echo "https://xraytutorials.atlassian.net/browse/"${{steps.xray.outputs.testExecKey}}
51
51
- name : add link to Test Execution
52
52
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
55
55
# - name: Authenticate with Xray
56
56
# run: |
57
57
# 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
You can’t perform that action at this time.
0 commit comments