Skip to content

[Rename]: Actions to suitable short-name #4

[Rename]: Actions to suitable short-name

[Rename]: Actions to suitable short-name #4

Workflow file for this run

name: API Tests
on: push
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 "28586598-582b80da-ea21-424e-b3a0-9d34662887b4"