Skip to content

Commit d3e2e21

Browse files
authored
Update main-cloud.yml
1 parent 612c736 commit d3e2e21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main-cloud.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ jobs:
4848
testEnvironments: "NODE_${{ matrix.node-version }}"
4949
- name: add link to Test Execution
5050
run: |
51-
echo "| Test Execution for Node.js version | Link |"
52-
echo "| --- | --- |"
51+
echo "| Test Execution for Node.js version | Link |" >> $GITHUB_STEP_SUMMARY
52+
echo "| --- | --- |" >> $GITHUB_STEP_SUMMARY
5353
echo "| ${{ matrix.node-version }} | [${{steps.xray.outputs.testExecKey}}](https://xraytutorials.atlassian.net/browse/${{steps.xray.outputs.testExecKey}}) | " >> $GITHUB_STEP_SUMMARY
5454
#- name: Authenticate with Xray
5555
# run: |

0 commit comments

Comments
 (0)