Skip to content

Commit

Permalink
Update run-postman-tests.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Adeshile Oluwatosin <[email protected]>
  • Loading branch information
TheTosin authored Aug 24, 2024
1 parent 6140085 commit 0232f02
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/run-postman-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
run: |
newman run status/postman/telex_postmancollection_v1.json --reporters cli,json --reporter-json-export report.json
- name: Send API Status
- name: Upload Newman Report to API
run: |
curl -X POST "${{ vars.API_URL }}/api/v1/api-status" \
-H "Content-Type: application/json" \
-d @report.json
curl -X POST ${{ vars.API_URL }}/api/v1/api-status \
-H "Content-Type: multipart/form-data" \
-F "result_file=@report.json"

0 comments on commit 0232f02

Please sign in to comment.