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 15, 2024
1 parent 2576ee8 commit 6054c7a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ executors:
orbs:
browser-tools: circleci/[email protected]
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:
replace-existing-chrome: true

- checkout

- restore_cache:
Expand Down

0 comments on commit 6054c7a

Please sign in to comment.