Skip to content

Commit

Permalink
Hardcode Chrome version
Browse files Browse the repository at this point in the history
  • Loading branch information
vladbailescu committed Oct 16, 2023
1 parent e59652e commit d6e063f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ common:
selenium_test_steps: &selenium_test_steps
steps:
- checkout
- browser-tools/install-browser-tools
- browser-tools/install-browser-tools:
chrome-version: 114.0.5735.90 # TODO: remove -> https://github.com/CircleCI-Public/browser-tools-orb/issues/75
- *restore_cache
- attach_workspace:
at: /home/circleci/build
Expand Down

0 comments on commit d6e063f

Please sign in to comment.