Skip to content

Commit

Permalink
Update test-with-postman-cli.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bryancross authored Aug 2, 2023
1 parent c3d1e38 commit 9f3e0b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-with-postman-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
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 }}
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 }}"

0 comments on commit 9f3e0b1

Please sign in to comment.