Skip to content

Commit

Permalink
21
Browse files Browse the repository at this point in the history
  • Loading branch information
sfarouq-ext committed Feb 13, 2024
1 parent c8c4e52 commit 687b366
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/robot-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,9 @@ jobs:

- name: Send report to xrays
run: |
cd tests/
cat output.xml
curl -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 -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
- name: Move reports
if: ${{ failure() }}
Expand Down

0 comments on commit 687b366

Please sign in to comment.