Skip to content

Atomic transaction for moveToCollection #73

Atomic transaction for moveToCollection

Atomic transaction for moveToCollection #73

Workflow file for this run

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: |
cd $GITHUB_WORKSPACE
postman collection run "${{ github.workspace }}/postman/collections/Request Collection.json" -e "10883347-5ef8715c-837d-4f10-bf67-ececbdd33758" --integration-id "129491-${{ github.run_id }}"