Skip to content

Commit

Permalink
Remove specific chrome version from circleci config (#4335)
Browse files Browse the repository at this point in the history
* Remove specific chrome version from circleci config
  • Loading branch information
dsilhavy committed Jan 10, 2024
1 parent d3076e5 commit fae2d21
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .circleci/config.yml
@@ -1,6 +1,6 @@
version: 2.1
orbs:
browser-tools: circleci/browser-tools@1.4.4
browser-tools: circleci/browser-tools@1.4.6

executors:
dashjs-executor:
Expand Down Expand Up @@ -49,8 +49,7 @@ commands:

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

0 comments on commit fae2d21

Please sign in to comment.