Skip to content

Commit

Permalink
🧹 Fix circleci issue with ChromeDriver
Browse files Browse the repository at this point in the history
  • Loading branch information
laritakr committed Dec 16, 2023
1 parent 4af51be commit b45fe04
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,9 @@ jobs:
ruby_version: << parameters.ruby_version >>
bundler_version: << parameters.bundler_version >>
- samvera/rubocop
- browser-tools/install-chrome
- browser-tools/install-chrome:
chrome-version: 116.0.5845.96 # TODO: remove until: https://github.com/CircleCI-Public/browser-tools-orb/issues/75
replace-existing: true # TODO: remove until: https://github.com/CircleCI-Public/browser-tools-orb/issues/75
- browser-tools/install-chromedriver
- run:
name: Check Chrome install
Expand Down

0 comments on commit b45fe04

Please sign in to comment.