Install Edge

This commit is contained in:
soulgalore 2020-06-03 15:10:04 +02:00
parent aadfb8d03f
commit 900b26ffcc
1 changed files with 4 additions and 1 deletions

View File

@ -9,10 +9,13 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: '12.x'
- run: npm ci
- name: Install sitespeed.io
run: npm ci
env:
CHROMEDRIVER_SKIP_DOWNLOAD: true
GECKODRIVER_SKIP_DOWNLOAD: true
- name: Install dependencies
run: choco install microsoft-edge
- name: Run Edge test
run: node bin/sitespeed.js -b edge https://www.sitespeed.io/
shell: cmd