This repository was archived by the owner on Nov 9, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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() }}
Original file line number Diff line number Diff 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() }}
You can’t perform that action at this time.
0 commit comments