Skip to content

Commit

Permalink
26
Browse files Browse the repository at this point in the history
  • Loading branch information
sfarouq-ext committed Feb 14, 2024
1 parent 655530c commit 8951d1e
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
Expand Up @@ -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&testPlanKey=MON-35155
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&testPlanKey=MON-35339
- name: Move reports
if: ${{ failure() }}
Expand Down

0 comments on commit 8951d1e

Please sign in to comment.