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.
  • Loading branch information
mamhoff committed Sep 25, 2024
1 parent 7b4addf commit bf4ab87
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 @@ -59,9 +59,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 bf4ab87

Please sign in to comment.