From ef634c027168a86e0cb144667bd9356230946302 Mon Sep 17 00:00:00 2001 From: Bryan Cross Date: Wed, 29 Nov 2023 20:53:45 -0800 Subject: [PATCH] Update test-with-postman-cli.yml --- .github/workflows/test-with-postman-cli.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-with-postman-cli.yml b/.github/workflows/test-with-postman-cli.yml index fe9de74..4a662bd 100644 --- a/.github/workflows/test-with-postman-cli.yml +++ b/.github/workflows/test-with-postman-cli.yml @@ -12,8 +12,8 @@ jobs: - name: Install Postman CLI run: | curl -o- "https://dl-cli.pstmn.io/install/linux64.sh" | sh - - name: Login to Postman CLI - run: postman login with-api-key ${{ secrets.POSTMAN_API_KEY }} + # - name: Login to Postman CLI + # run: postman login with-api-key ${{ secrets.POSTMAN_API_KEY }} - name: Run API Tests run: | - postman collection run "${{ github.workspace }}/postman/collections/Cat Fact API.json" --integration-id "138662-${{ github.run_id }}" + postman collection run "${{ github.workspace }}/postman/collections/Cat Fact API.json" # --integration-id "138662-${{ github.run_id }}"