Merge branch 'main' into webhook
This commit is contained in:
commit
b192d3c495
|
|
@ -21,8 +21,11 @@ jobs:
|
||||||
CHROMEDRIVER_SKIP_DOWNLOAD: true
|
CHROMEDRIVER_SKIP_DOWNLOAD: true
|
||||||
GECKODRIVER_SKIP_DOWNLOAD: true
|
GECKODRIVER_SKIP_DOWNLOAD: true
|
||||||
- run: choco outdated
|
- run: choco outdated
|
||||||
- name: Install dependencies
|
- name: Show versions
|
||||||
run: choco install microsoft-edge --force
|
run: powershell "Get-AppxPackage -Name *MicrosoftEdge.* | Foreach Version"
|
||||||
|
shell: cmd
|
||||||
|
#- name: Install dependencies
|
||||||
|
# run: choco install microsoft-edge
|
||||||
- name: Run Edge test
|
- name: Run Edge test
|
||||||
run: node bin/sitespeed.js -b edge https://www.sitespeed.io/
|
run: node bin/sitespeed.js -b edge https://www.sitespeed.io/
|
||||||
shell: cmd
|
shell: cmd
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue