Skip to content

Commit

Permalink
Merge pull request #4 from BidnessForB/bryancross-patch-2
Browse files Browse the repository at this point in the history
Update test-with-postman-cli.yml
  • Loading branch information
bryancross authored Nov 30, 2023
2 parents e878811 + ef634c0 commit 1960f11
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-with-postman-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"

0 comments on commit 1960f11

Please sign in to comment.