Skip to content

Commit 5b2724d

Browse files
committed
Adding the missing steps to install google-chrome
1 parent 214c0d7 commit 5b2724d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.circleci/config.yml

+8
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,14 @@ jobs:
1919
working_directory: ~/repo
2020

2121
steps:
22+
- browser-tools/install-chrome
23+
- browser-tools/install-chromedriver
24+
- run:
25+
command: |
26+
google-chrome --version
27+
chromedriver --version
28+
name: Check install
29+
2230
- checkout
2331

2432
# Download and cache dependencies

0 commit comments

Comments
 (0)