Skip to content

Commit

Permalink
6
Browse files Browse the repository at this point in the history
  • Loading branch information
sfarouq-ext committed Feb 11, 2024
1 parent 3ba60c9 commit 36c0d11
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 @@ -176,7 +176,7 @@ jobs:

- name: Send report to xrays
run: |
curl -H "Content-Type: application/json" -X POST -F info=@"tests/issueFields.json" -F results=@"tests/output.json" -F testInfo=@"tests/testIssueFields.json" -H "Authorization: Bearer ${{ steps.generate-xray-token.outputs.xray_token }}" "https://xray.cloud.getxray.app/api/v2/import/execution/robot?projectKey=MON&testPlanKey=MON-35155"
curl -H "Content-Type: application/json" -X POST -d info=@"tests/issueFields.json" -d results=@"tests/output.json" -d testInfo=@"tests/testIssueFields.json" -H "Authorization: Bearer ${{ steps.generate-xray-token.outputs.xray_token }}" "https://xray.cloud.getxray.app/api/v2/import/execution/robot?projectKey=MON&testPlanKey=MON-35155"
- name: Move reports
if: ${{ failure() }}
Expand Down

0 comments on commit 36c0d11

Please sign in to comment.