diff --git a/.github/workflows/robot-test.yml b/.github/workflows/robot-test.yml index 5bc9506c1d9..80692072424 100644 --- a/.github/workflows/robot-test.yml +++ b/.github/workflows/robot-test.yml @@ -176,7 +176,7 @@ jobs: - name: Send report to xrays run: | - 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" + curl -H "Content-Type: application/json" -X POST -d @tests/issueFields.json -d @tests/output.json -d @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() }}