Force install MS Edge
This commit is contained in:
parent
900b26ffcc
commit
6d6789c4f8
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
CHROMEDRIVER_SKIP_DOWNLOAD: true
|
||||
GECKODRIVER_SKIP_DOWNLOAD: true
|
||||
- name: Install dependencies
|
||||
run: choco install microsoft-edge
|
||||
run: choco install microsoft-edge --force
|
||||
- name: Run Edge test
|
||||
run: node bin/sitespeed.js -b edge https://www.sitespeed.io/
|
||||
shell: cmd
|
||||
|
|
|
|||
Loading…
Reference in New Issue