From 9583c6e7fe3e088379824a972720956bf0d2d7a4 Mon Sep 17 00:00:00 2001 From: Martin Eiber Date: Wed, 4 Sep 2024 13:38:18 +0200 Subject: [PATCH] Remove Postman Lint. --- .github/workflows/api-test.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/api-test.yaml b/.github/workflows/api-test.yaml index aa68dade..ec19e84a 100644 --- a/.github/workflows/api-test.yaml +++ b/.github/workflows/api-test.yaml @@ -17,6 +17,4 @@ jobs: run: postman login --with-api-key ${{ secrets.POSTMAN_API_KEY }} - name: Run API tests run: | - postman collection run "${{ github.workspace }}/tests/Api/postman/collections/Smoke Test.json" -e "33082135-163b2749-45b5-4967-a48d-ddea0aab6395" - # Lint your API using Postman CLI - postman api lint 614422ec-04dc-4af7-a04b-568299c4871a \ No newline at end of file + postman collection run "${{ github.workspace }}/tests/Api/postman/collections/Smoke Test.json" -e "33082135-163b2749-45b5-4967-a48d-ddea0aab6395" \ No newline at end of file