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

Commit ef873f6

Browse files
committed
remove API tests
1 parent 4b4e9be commit ef873f6

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/cd-release-aks.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,10 @@ jobs:
8686
- name: "Validate site is running"
8787
run: .github/scripts/url-check.sh -u https://${{ env.INGRESS_DNS_HOST }} -s "Python Flask" -t 200
8888

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

9494
- name: "End deployment - success"
9595
if: ${{ success() }}

.github/workflows/cd-release-webapp.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,10 @@ jobs:
9191
- name: "Validate site is running"
9292
run: .github/scripts/url-check.sh -u https://${{ env.APP_NAME }}.azurewebsites.net/ -s "Python Flask" -t 200
9393

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

9999
- name: "End deployment - success"
100100
if: ${{ success() }}

0 commit comments

Comments
 (0)