Skip to content

Commit

Permalink
Update pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lanigit authored Aug 11, 2023
1 parent 54d7b3c commit 0258de2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
run: postman login --with-api-key ${{ secrets.POSTMAN_API_KEY }}
- name: Run API tests
run: |
postman collection run "${{ github.workspace }}/postman/collections/Customers CHALLENGE.json" --integration-id "144392-${{ github.run_id }}" -i 'CRUD Challenge'
postman collection run "${{ github.workspace }}/postman/collections/Customers CHALLENGE.json" --integration-id "146073-${{ github.run_id }}" -i 'CRUD Challenge'
# Lint your API using Postman CLI
postman api lint cfd9425f-2989-4f81-87e0-bea133996be4 --integration-id 144392
postman api lint 5a04480e-281f-45b0-af8f-468d33554fd4 --integration-id 146073

0 comments on commit 0258de2

Please sign in to comment.