mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACS-8045] update chrome driver settings (#3862)
* [ACS-8045]update ACA chrome driver * [ACS-8045]update ACA chrome driver to stable * [ACS-8045]update ACA chrome driver script * [ACS-8045]revert chrome driver script * update webdriver tesst * Update action.yml * update webdriver command * update webdriver new script * remove chrome install step * remove chrome webdriver update twice * add chrome webdriver update step * e2e run command update * e2e run command update * e2e run command update * remove temp e2e
This commit is contained in:
@@ -129,7 +129,10 @@ jobs:
|
||||
path: ./dist/content-ce
|
||||
key: cache-dist-${{ github.run_id }}
|
||||
|
||||
- uses: ./.github/actions/before-e2e
|
||||
- name: Before e2e
|
||||
uses: ./.github/actions/before-e2e
|
||||
with:
|
||||
e2e-protractor: true
|
||||
|
||||
- uses: ./.github/actions/run-e2e
|
||||
with:
|
||||
@@ -194,7 +197,10 @@ jobs:
|
||||
path: ./dist/content-ce
|
||||
key: cache-dist-${{ github.run_id }}
|
||||
|
||||
- uses: ./.github/actions/before-e2e
|
||||
- name: Before e2e
|
||||
uses: ./.github/actions/before-e2e
|
||||
with:
|
||||
e2e-protractor: false
|
||||
|
||||
- name: before playwright
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user