We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e881cce commit 3f2d2a0Copy full SHA for 3f2d2a0
.github/workflows/postman.yml
@@ -69,6 +69,7 @@ jobs:
69
curl -o- "https://dl-cli.pstmn.io/install/linux64.sh" | sh
70
- name: Login to Postman CLI
71
run: postman login --with-api-key ${{ secrets.POSTMAN_API_KEY }}
72
+
73
- name: Run API tests
74
run: |
75
postman collection run "44183872-d3b3cdc9-ba1f-4a71-bcba-6a3cb3dc9643" -e "43715313-d380e919-5142-44e6-b52c-02f8b04da8fa"
0 commit comments