Skip to content
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.

Commit

Permalink
remove API tests
Browse files Browse the repository at this point in the history
  • Loading branch information
benc-uk committed Nov 1, 2020
1 parent 4b4e9be commit ef873f6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cd-release-aks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@ jobs:
- name: "Validate site is running"
run: .github/scripts/url-check.sh -u https://${{ env.INGRESS_DNS_HOST }} -s "Python Flask" -t 200

- name: "Run API tests"
run: |
npm install newman --silent
node_modules/newman/bin/newman.js run src/tests/postman_collection.json --global-var apphost=${{ env.INGRESS_DNS_HOST }}
# - name: "Run API tests"
# run: |
# npm install newman --silent
# node_modules/newman/bin/newman.js run src/tests/postman_collection.json --global-var apphost=${{ env.INGRESS_DNS_HOST }}

- name: "End deployment - success"
if: ${{ success() }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/cd-release-webapp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,10 @@ jobs:
- name: "Validate site is running"
run: .github/scripts/url-check.sh -u https://${{ env.APP_NAME }}.azurewebsites.net/ -s "Python Flask" -t 200

- name: "Run API tests"
run: |
npm install newman --silent
node_modules/newman/bin/newman.js run src/tests/postman_collection.json --global-var apphost=${{ env.APP_NAME }}.azurewebsites.net
# - name: "Run API tests"
# run: |
# npm install newman --silent
# node_modules/newman/bin/newman.js run src/tests/postman_collection.json --global-var apphost=${{ env.APP_NAME }}.azurewebsites.net

- name: "End deployment - success"
if: ${{ success() }}
Expand Down

0 comments on commit ef873f6

Please sign in to comment.