Skip to content

Commit

Permalink
Added int environment
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-young-12-nhs committed Feb 26, 2024
1 parent 00f48bf commit 1d15944
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
7 changes: 3 additions & 4 deletions azure/azure-pr-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ extends:
- template: ./templates/run-tests.yml
parameters:
full: true
# - environment: internal-dev-sandbox
# proxy_path: sandbox
# post_deploy:
# - template: ./templates/run-tests.yml
- environment: int
post_deploy:
- template: ./templates/run-tests.yml
5 changes: 3 additions & 2 deletions manifest_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ APIGEE_ENVIRONMENTS:
# - name: sandbox
# display_name: Sandbox
# portal_visibility: false
# - name: int
# display_name: Integration Testing
- name: int
display_name: Integration Testing
has_mock_auth: true
---
meta:
api:
Expand Down

0 comments on commit 1d15944

Please sign in to comment.