Skip to content

Commit

Permalink
Remove Postman Lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
martineiber committed Sep 4, 2024
1 parent f91d886 commit 9583c6e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/api-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,4 @@ jobs:
run: postman login --with-api-key ${{ secrets.POSTMAN_API_KEY }}
- name: Run API tests
run: |
postman collection run "${{ github.workspace }}/tests/Api/postman/collections/Smoke Test.json" -e "33082135-163b2749-45b5-4967-a48d-ddea0aab6395"
# Lint your API using Postman CLI
postman api lint 614422ec-04dc-4af7-a04b-568299c4871a
postman collection run "${{ github.workspace }}/tests/Api/postman/collections/Smoke Test.json" -e "33082135-163b2749-45b5-4967-a48d-ddea0aab6395"

0 comments on commit 9583c6e

Please sign in to comment.