do not use the force Luke (#4046)

Skip installing edge since its always failing.
This commit is contained in:
Peter Hedenskog 2023-12-31 09:35:30 +01:00 committed by GitHub
parent c6399c89e1
commit 3c4d75825b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 2 deletions

View File

@ -21,8 +21,11 @@ jobs:
CHROMEDRIVER_SKIP_DOWNLOAD: true
GECKODRIVER_SKIP_DOWNLOAD: true
- run: choco outdated
- name: Install dependencies
run: choco install microsoft-edge --force
- name: Show versions
run: powershell "Get-AppxPackage -Name *MicrosoftEdge.* | Foreach Version"
shell: cmd
#- 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