From ecb5c5705accadae981ba047edfed73f3279dd27 Mon Sep 17 00:00:00 2001 From: sfarouq-ext Date: Sun, 11 Feb 2024 21:29:29 +0000 Subject: [PATCH] 8 --- .github/workflows/robot-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/robot-test.yml b/.github/workflows/robot-test.yml index 80692072424..f3e3e229f15 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 @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" + 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%26testPlanKey=MON-35155" - name: Move reports if: ${{ failure() }}