Skip to content

Commit

Permalink
Stop pinning Chrome
Browse files Browse the repository at this point in the history
We initially did this because of some Bug in Chrome, but now the
download of the very specific version here doesn't work any longer.

Let's see what happens if we don't pin.

(cherry picked from commit bf4ab87)
  • Loading branch information
mamhoff committed Dec 2, 2024
1 parent a1d1635 commit 3a55ccb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,7 @@ commands:
setup:
steps:
- checkout
- browser-tools/install-chrome:
chrome-version: "118.0.5993.70"
replace-existing: true
- browser-tools/install-chrome
- run:
name: Check chrome version
command: |
Expand Down

0 comments on commit 3a55ccb

Please sign in to comment.