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 14, 2024
1 parent 2576ee8 commit 0b49b0b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ 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:
docker:
Expand All @@ -39,7 +40,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 0b49b0b

Please sign in to comment.