Skip to content

Commit 2815c78

Browse files
committed
Update circleci config
1 parent 48f5552 commit 2815c78

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.circleci/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ version: 2.1
33
orbs:
44
ruby: circleci/[email protected]
55
node: circleci/[email protected]
6+
browser-tools: circleci/[email protected]
67

78
executors:
89
ruby-node-executor:
@@ -30,6 +31,10 @@ jobs:
3031
steps:
3132
- checkout
3233

34+
# Docs: https://circleci.com/developer/orbs/orb/circleci/browser-tools#commands-install-chromedriver
35+
- browser-tools/install-chrome
36+
- browser-tools/install-chromedriver
37+
3338
# Docs: https://circleci.com/developer/orbs/orb/circleci/ruby#commands-install-deps
3439
- ruby/install-deps
3540

0 commit comments

Comments
 (0)