Skip to content

Commit

Permalink
Set Chromdriver version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Scherz committed Mar 13, 2024
1 parent 2576ee8 commit 59c0d2a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ executors:
- image: docker:20.10.23

orbs:
browser-tools: circleci/[email protected].7
browser-tools: circleci/[email protected].6
coveralls: coveralls/[email protected]
jobs:
build:
Expand Down Expand Up @@ -39,7 +39,10 @@ jobs:

steps:

- browser-tools/install-browser-tools
- browser-tools/install-browser-tools:
chrome-version: 121.0.6167.184
- browser-tools/install-chromedriver

- checkout

- restore_cache:
Expand Down

0 comments on commit 59c0d2a

Please sign in to comment.