Update chormcriver based on installed chrome version
This commit is contained in:
parent
0bb5472e50
commit
c7825300f9
3
.github/workflows/master.yml
vendored
3
.github/workflows/master.yml
vendored
@ -44,6 +44,9 @@ jobs:
|
||||
- name: Generate sitemap
|
||||
run: npx grunt exec:sitemap
|
||||
|
||||
- name: Setup chromedriver
|
||||
uses: nanasess/setup-chromedriver@c75c3d53d445b96d41dbf2355797b470953c6c30 #v2.4.0
|
||||
|
||||
- name: UI Tests
|
||||
if: success()
|
||||
run: |
|
||||
|
||||
3
.github/workflows/pull_requests.yml
vendored
3
.github/workflows/pull_requests.yml
vendored
@ -45,6 +45,9 @@ jobs:
|
||||
path: build/prod/*.zip
|
||||
retention-days: 5
|
||||
|
||||
- name: Setup chromedriver
|
||||
uses: nanasess/setup-chromedriver@c75c3d53d445b96d41dbf2355797b470953c6c30 #v2.4.0
|
||||
|
||||
- name: UI Tests
|
||||
if: success()
|
||||
run: |
|
||||
|
||||
3
.github/workflows/releases.yml
vendored
3
.github/workflows/releases.yml
vendored
@ -46,6 +46,9 @@ jobs:
|
||||
- name: Production Build
|
||||
run: npx grunt prod
|
||||
|
||||
- name: Setup chromedriver
|
||||
uses: nanasess/setup-chromedriver@c75c3d53d445b96d41dbf2355797b470953c6c30 #v2.4.0
|
||||
|
||||
- name: UI Tests
|
||||
run: |
|
||||
sudo apt-get install xvfb
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user