Skip to content

Commit

Permalink
Update circleci/browser-tools
Browse files Browse the repository at this point in the history
Should be fixing Chrome version not found issues, see CircleCI-Public/browser-tools-orb#108 (comment) for more info
  • Loading branch information
kirushik authored Jul 30, 2024
1 parent 3f5fbda commit 7ffee9d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2.1

orbs:
browser-tools: circleci/browser-tools@1.4.6
browser-tools: circleci/browser-tools@1.4.8

jobs:
build:
Expand All @@ -17,9 +17,7 @@ jobs:
steps:
- checkout

- browser-tools/install-chrome:
replace-existing: true # TODO: Fix for the https://github.com/CircleCI-Public/browser-tools-orb/issues/108, remove when resolved
chrome-version: 116.0.5845.110
- browser-tools/install-chrome
- browser-tools/install-chromedriver

- restore_cache:
Expand Down

0 comments on commit 7ffee9d

Please sign in to comment.