Skip to content

Update README.md

Update README.md #7

Workflow file for this run

# name: Automated API tests using Postman CLI
# # this is autogenerated inside postman -> api -> tests and automation
# on:
# push:
# branches: master
# 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 "${{ github.workspace }}/postman/collections/Orbital (aws).json" -e "28147368-e8cfa533-ac2e-41ff-84cc-a637e95d3f01" --integration-id "142966-${{ github.run_id }}"
# # Lint your API using Postman CLI
# postman api lint 42cbab58-f6e0-4428-abf8-46dc7a31d26b --integration-id 142966