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 612c736 commit d3e2e21Copy full SHA for d3e2e21
.github/workflows/main-cloud.yml
@@ -48,8 +48,8 @@ jobs:
48
testEnvironments: "NODE_${{ matrix.node-version }}"
49
- name: add link to Test Execution
50
run: |
51
- echo "| Test Execution for Node.js version | Link |"
52
- echo "| --- | --- |"
+ echo "| Test Execution for Node.js version | Link |" >> $GITHUB_STEP_SUMMARY
+ echo "| --- | --- |" >> $GITHUB_STEP_SUMMARY
53
echo "| ${{ matrix.node-version }} | [${{steps.xray.outputs.testExecKey}}](https://xraytutorials.atlassian.net/browse/${{steps.xray.outputs.testExecKey}}) | " >> $GITHUB_STEP_SUMMARY
54
#- name: Authenticate with Xray
55
# run: |
0 commit comments