Skip to content

Commit

Permalink
Update circleci config
Browse files Browse the repository at this point in the history
  • Loading branch information
rossta committed Sep 13, 2022
1 parent 48f5552 commit 2815c78
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ version: 2.1
orbs:
ruby: circleci/[email protected]
node: circleci/[email protected]
browser-tools: circleci/[email protected]

executors:
ruby-node-executor:
Expand Down Expand Up @@ -30,6 +31,10 @@ jobs:
steps:
- checkout

# Docs: https://circleci.com/developer/orbs/orb/circleci/browser-tools#commands-install-chromedriver
- browser-tools/install-chrome
- browser-tools/install-chromedriver

# Docs: https://circleci.com/developer/orbs/orb/circleci/ruby#commands-install-deps
- ruby/install-deps

Expand Down

0 comments on commit 2815c78

Please sign in to comment.