Skip to content

Commit

Permalink
Use fixed version of Chrome driver as latest one is unavailable (#4273)
Browse files Browse the repository at this point in the history
* Use fixed version of Chrome driver as latest one is unavailable
  • Loading branch information
dsilhavy committed Sep 4, 2023
1 parent 14d9e96 commit 1c8312a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Expand Up @@ -49,7 +49,8 @@ commands:

build_unit_test_steps:
steps:
- browser-tools/install-browser-tools
- browser-tools/install-browser-tools:
chrome-version: 116.0.5845.96 # TODO remove this when google updates the chrome driver
- run:
name: Build and run unit tests
command: |
Expand Down

0 comments on commit 1c8312a

Please sign in to comment.