From b987898ebe58075561cebeeee670109adf2a5590 Mon Sep 17 00:00:00 2001 From: Eugenio Romano Date: Tue, 20 Jun 2023 09:34:40 +0200 Subject: [PATCH] possible different e2e-host (#8680) * possible different e2e-host for ps-cloud --- .github/actions/e2e/action.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/actions/e2e/action.yml b/.github/actions/e2e/action.yml index d708b35c02..a471c305a8 100644 --- a/.github/actions/e2e/action.yml +++ b/.github/actions/e2e/action.yml @@ -52,6 +52,8 @@ runs: if [[ -n "${{ inputs.apa-proxy }}" ]]; then echo "APA proxy set." echo "PROXY_HOST_BPM=${E2E_HOST_APA}" >> $GITHUB_ENV + echo "PROXY_HOST_ECM=${E2E_IDENTITY_HOST_APA}" >> $GITHUB_ENV + echo "HOST_SSO=${E2E_IDENTITY_HOST_APA}" >> $GITHUB_ENV fi - name: install aws cli @@ -119,7 +121,7 @@ runs: --devopsPassword "$E2E_DEVOPS_PASSWORD" \ --clientId 'alfresco' || exit 1 - - name: variables sanification + - name: variables sanitization env: FOLDER: "${{ inputs.e2e-test-folder }}" PROVIDER: "${{ inputs.e2e-test-provider }}"