From aaf70491f67081a5d84a410fbcb8f2364f15602e Mon Sep 17 00:00:00 2001 From: Adeshile Oluwatosin <105433596+TheTosin@users.noreply.github.com> Date: Sat, 24 Aug 2024 01:32:05 -0700 Subject: [PATCH] Update run-postman-tests.yaml Signed-off-by: Adeshile Oluwatosin <105433596+TheTosin@users.noreply.github.com> --- .github/workflows/run-postman-tests.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/run-postman-tests.yaml b/.github/workflows/run-postman-tests.yaml index b711c59..ee9de13 100644 --- a/.github/workflows/run-postman-tests.yaml +++ b/.github/workflows/run-postman-tests.yaml @@ -24,8 +24,7 @@ jobs: - name: Run Newman tests id: newman run: | - newman run status/postman/telex_postmancollection_v1.json --reporters cli,json --reporter-json-export report.json - + newman run status/postman/KimikoGolangSwagger.postman_collection.json --reporters cli,json --reporter-json-export report.json - name: Upload Newman Report to API run: | curl -X POST ${{ vars.API_URL }}/api/v1/api-status \