Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
askherconsulting committed Oct 10, 2022
1 parent 3eb703f commit 9e9bc42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
run: |
powershell.exe -NoProfile -InputFormat None -ExecutionPolicy AllSigned -Command "[System.Net.ServicePointManager]::SecurityProtocol = 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://dl-cli.pstmn.io/install/win64.ps1'))"
- name: Login to Postman CLI
run: postman login --with-api-key $PMAK-6343d0e4aa05fa15f216858a-783ff29b565bd19689493f515e6c1d648c
run: postman login --with-api-key ${{ secrets.POSTMAN_API_KEY }}
- name: Run API tests
run: |
postman collection run "18914905-52993e1b-778b-45a9-b339-8570c52876d4" -e "18914905-208d4126-0db5-4873-ad01-4cb3c4ee93b6"

0 comments on commit 9e9bc42

Please sign in to comment.