Skip to content

Commit

Permalink
24
Browse files Browse the repository at this point in the history
sfarouq-ext committed Feb 14, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent f36db08 commit 8172afd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/robot-test.yml
Original file line number Diff line number Diff line change
@@ -161,7 +161,7 @@ jobs:
- name: Send report to xrays
run: |
cd tests/
curl -v -H "Content-Type: text/xml" -X POST -H "Authorization: Bearer ${{ steps.generate-xray-token.outputs.xray_token }}" --data @output.xml https://xray.cloud.getxray.app/api/v2/import/execution/robot?projectKey=MON&testExecKey=MON-35270
curl -v -H "Content-Type: text/xml" -X POST -H "Authorization: Bearer ${{ steps.generate-xray-token.outputs.xray_token }}" --data @output.xml https://xray.cloud.getxray.app/api/v2/import/execution/robot?projectKey=MON&ttestPlanKey=MON-35155
- name: Move reports
if: ${{ failure() }}

0 comments on commit 8172afd

Please sign in to comment.