We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbdfafc commit 61b9f95Copy full SHA for 61b9f95
1 file changed
.github/workflows/run-e2e-automation-tests.yml
@@ -210,7 +210,7 @@ jobs:
210
- name: Run Pytest-BDD ${{ inputs.service_under_test }} tests with the ${{ inputs.suite_to_run }} filter
211
working-directory: tests/e2e_automation
212
env:
213
- S3_env: ${{ inputs.sub_environment }}
+ S3_env: ${{ startsWith(inputs.sub_environment, 'int-') && 'preprod' || inputs.sub_environment }}
214
auth_url: https://${{ env.APIGEE_AUTH_ENV }}.api.service.nhs.uk/oauth2-mock/authorize
215
token_url: https://${{ env.APIGEE_AUTH_ENV }}.api.service.nhs.uk/oauth2-mock/token
216
baseUrl: https://${{ inputs.apigee_environment }}.api.service.nhs.uk/${{env.SERVICE_BASE_PATH}}
0 commit comments