Skip to content

Updated Postman collection #105

Updated Postman collection

Updated Postman collection #105

Workflow file for this run

name: Automated API tests using Postman CLI
on:
push:
pull_request:
types: [opened, synchronize, reopened]
jobs:
automated-api-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- 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
run: |
postman collection run "44848164-9dba0c54-cd90-427e-9dbb-373c3ff741e9"