Skip to content

Commit

Permalink
Add Postman CLI and run API tests on UAT
Browse files Browse the repository at this point in the history
  • Loading branch information
alguadam committed Nov 29, 2023
1 parent 994df3a commit a12a362
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/ie-bank-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,12 @@ jobs:
id: deploy-to-webapp
with:
app-name: ${{ env.BACKEND_WEBAPP_UAT }}
package: .
package: .
- 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: Run API tests on UAT
run: |
postman collection run "1147254-bb79b80f-ce5e-4b26-85e2-c21da3697682"

0 comments on commit a12a362

Please sign in to comment.