We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00f48bf commit 1d15944Copy full SHA for 1d15944
azure/azure-pr-pipeline.yml
@@ -38,7 +38,6 @@ extends:
38
- template: ./templates/run-tests.yml
39
parameters:
40
full: true
41
- # - environment: internal-dev-sandbox
42
- # proxy_path: sandbox
43
- # post_deploy:
44
- # - template: ./templates/run-tests.yml
+ - environment: int
+ post_deploy:
+ - template: ./templates/run-tests.yml
manifest_template.yml
@@ -25,8 +25,9 @@ APIGEE_ENVIRONMENTS:
25
# - name: sandbox
26
# display_name: Sandbox
27
# portal_visibility: false
28
- # - name: int
29
- # display_name: Integration Testing
+ - name: int
+ display_name: Integration Testing
30
+ has_mock_auth: true
31
---
32
meta:
33
api:
0 commit comments