mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
try to make protractor vars global
This commit is contained in:
committed by
adam.zakrzewski
parent
23934e68b3
commit
672dbe4e39
2
.github/actions/run-e2e/action.yml
vendored
2
.github/actions/run-e2e/action.yml
vendored
@@ -41,8 +41,6 @@ runs:
|
|||||||
echo "APP_CONFIG_OAUTH2_REDIRECT_LOGOUT=/"
|
echo "APP_CONFIG_OAUTH2_REDIRECT_LOGOUT=/"
|
||||||
echo "APP_CONFIG_OAUTH2_REDIRECT_LOGIN=/"
|
echo "APP_CONFIG_OAUTH2_REDIRECT_LOGIN=/"
|
||||||
echo "APP_CONFIG_OAUTH2_REDIRECT_SILENT_IFRAME_URI={protocol}//{hostname}{:port}/assets/silent-refresh.html"
|
echo "APP_CONFIG_OAUTH2_REDIRECT_SILENT_IFRAME_URI={protocol}//{hostname}{:port}/assets/silent-refresh.html"
|
||||||
echo "MAXINSTANCES=2"
|
|
||||||
echo "RETRY_COUNT=2"
|
|
||||||
} >> .env
|
} >> .env
|
||||||
|
|
||||||
npm start > /dev/null &\
|
npm start > /dev/null &\
|
||||||
|
3
.github/workflows/pull-request.yml
vendored
3
.github/workflows/pull-request.yml
vendored
@@ -47,6 +47,9 @@ env:
|
|||||||
APP_CONFIG_ENABLE_FILE_AUTO_DOWNLOAD: true
|
APP_CONFIG_ENABLE_FILE_AUTO_DOWNLOAD: true
|
||||||
APP_CONFIG_FILE_AUTO_DOWNLOAD_SIZE_THRESHOLD_IN_MB: 15
|
APP_CONFIG_FILE_AUTO_DOWNLOAD_SIZE_THRESHOLD_IN_MB: 15
|
||||||
GH_BUILD_NUMBER: ${{ github.run_id }}
|
GH_BUILD_NUMBER: ${{ github.run_id }}
|
||||||
|
BROWSER_RUN: false
|
||||||
|
MAXINSTANCES: 2
|
||||||
|
RETRY_COUNT: 2
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lint:
|
lint:
|
||||||
|
Reference in New Issue
Block a user