Skip to content

Commit

Permalink
test9
Browse files Browse the repository at this point in the history
  • Loading branch information
sfarouq-ext committed Jan 31, 2024
1 parent 2e95f19 commit 71e0c7b
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 @@ -160,7 +160,7 @@ jobs:

- name: Send report to xrays
run: |
curl -H "Content-Type: multipart/form-data" -X POST -F info=@"tests/issueFields.json" -F results=@"tests/output.xml" -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/multipart -v
curl -H "Content-Type: multipart/form-data" -X POST -F info=@"tests/issueFields.json" -F results=@"tests/output.xml" -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-34670 -v
- name: Move reports
if: ${{ failure() }}
run: |
Expand Down

0 comments on commit 71e0c7b

Please sign in to comment.