Skip to content

Commit

Permalink
Tell CircleCI to install the right version of Chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
pablobm committed Aug 11, 2023
1 parent c0bc158 commit 31ba12b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@
version: 2.1

orbs:
browser-tools: circleci/browser-tools@1.4.1
browser-tools: circleci/browser-tools@1.4.3

commands:
shared_steps:
steps:
- checkout

- browser-tools/install-chrome
- browser-tools/install-chromedriver
- browser-tools/install-chrome:
chrome-version: "114.0.5735.90"
install-chromedriver: true

# Install bundler
- run: gem install bundler:2.3.5
Expand Down

0 comments on commit 31ba12b

Please sign in to comment.