Skip to content

Commit f272438

Browse files
committed
Adding the missing steps to install google-chrome
1 parent 0dddc42 commit f272438

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.circleci/config.yml

Lines changed: 8 additions & 0 deletions
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)