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 }}"