Skip to content

Commit

Permalink
do not use the force Luke (#4046)
Browse files Browse the repository at this point in the history
Skip installing edge since its always failing.
  • Loading branch information
soulgalore authored Dec 31, 2023
1 parent c6399c8 commit 3c4d758
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3c4d758

Please sign in to comment.