mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
possible different e2e-host (#8680)
* possible different e2e-host for ps-cloud
This commit is contained in:
4
.github/actions/e2e/action.yml
vendored
4
.github/actions/e2e/action.yml
vendored
@@ -52,6 +52,8 @@ runs:
|
|||||||
if [[ -n "${{ inputs.apa-proxy }}" ]]; then
|
if [[ -n "${{ inputs.apa-proxy }}" ]]; then
|
||||||
echo "APA proxy set."
|
echo "APA proxy set."
|
||||||
echo "PROXY_HOST_BPM=${E2E_HOST_APA}" >> $GITHUB_ENV
|
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
|
fi
|
||||||
|
|
||||||
- name: install aws cli
|
- name: install aws cli
|
||||||
@@ -119,7 +121,7 @@ runs:
|
|||||||
--devopsPassword "$E2E_DEVOPS_PASSWORD" \
|
--devopsPassword "$E2E_DEVOPS_PASSWORD" \
|
||||||
--clientId 'alfresco' || exit 1
|
--clientId 'alfresco' || exit 1
|
||||||
|
|
||||||
- name: variables sanification
|
- name: variables sanitization
|
||||||
env:
|
env:
|
||||||
FOLDER: "${{ inputs.e2e-test-folder }}"
|
FOLDER: "${{ inputs.e2e-test-folder }}"
|
||||||
PROVIDER: "${{ inputs.e2e-test-provider }}"
|
PROVIDER: "${{ inputs.e2e-test-provider }}"
|
||||||
|
Reference in New Issue
Block a user