mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
[ACS-8153] delete protractor e2e configuration and files (#3885)
* [ACS-8153] delete protractor e2e configuration and files * [ACS-8153] util fix * [ACS-8153] pr fix * [ACS-81532] remove e2e package.json * [ACS-81532] remove chrome configuration * package-lock file
This commit is contained in:
3
.github/actions/setup/action.yml
vendored
3
.github/actions/setup/action.yml
vendored
@@ -9,11 +9,8 @@ runs:
|
||||
run: |
|
||||
echo "BUILD_OPTS=--configuration=production,e2e" >> $GITHUB_ENV
|
||||
echo "TEST_OPTS=" >> $GITHUB_ENV
|
||||
echo "E2E_PROTRACTOR_OPTS=" >> $GITHUB_ENV
|
||||
echo "E2E_TSCONFIG=tsconfig.e2e.json" >> $GITHUB_ENV
|
||||
echo "GIT_HASH=$(git rev-parse HEAD)" >> $GITHUB_ENV
|
||||
echo "SMART_RUNNER_DIRECTORY=.protractor-smartrunner" >> $GITHUB_ENV
|
||||
echo "BASE_HASH=.protractor-smartrunner" >> $GITHUB_ENV
|
||||
echo "HEAD_HASH=HEAD" >> $GITHUB_ENV
|
||||
|
||||
- uses: Alfresco/alfresco-build-tools/.github/actions/get-branch-name@v1.35.0
|
||||
|
Reference in New Issue
Block a user