Force install MS Edge

This commit is contained in:
soulgalore 2020-06-03 15:24:14 +02:00
parent 900b26ffcc
commit 6d6789c4f8
1 changed files with 1 additions and 1 deletions

View File

@ -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