Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion azure/templates/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ steps:
export APIGEE_ACCESS_TOKEN="$(secret.AccessToken)"
export APIGEE_ORGANIZATION="nhsd-$(APIGEE_ORGANIZATION)"
export APIGEE_APP_ID=${{ parameters.app_id }}
export STATUS_ENDPOINT_API_KEY="$(STATUS_ENDPOINT_API_KEY)"
export STATUS_ENDPOINT_API_KEY="$(status-endpoint-api-key)"
make -C e2e ${{ parameters.test_type }}

workingDirectory: $(SERVICE_DIR)
Expand Down
Loading