Skip to content

Commit

Permalink
Create RCS Distribution and Retail
Browse files Browse the repository at this point in the history
Signed-off-by: Walter M. <[email protected]>
  • Loading branch information
Silvrbckw authored Mar 11, 2024
1 parent e3e9559 commit cf99ba6
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions RCS Distribution and Retail
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Automated API tests using Postman CLI

on: push

jobs:
automated-api-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- 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 "26302756-21620990-410c-4a10-ad56-cc9e2ceb0ae9" -e "26302756-94d54a01-463d-444d-bf10-18d1521d1905"

0 comments on commit cf99ba6

Please sign in to comment.