Skip to content

Commit 5e5fca7

Browse files
author
Filip Mertens
committed
config
1 parent cb63133 commit 5e5fca7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.circleci/config.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,9 @@ jobs:
151151
type: string
152152
parallelism: 4
153153
steps:
154-
- browser-tools/install-chrome
155-
- browser-tools/install-chromedriver
154+
- browser-tools/install-browser-tools:
155+
install-firefox: false
156+
install-chrome: true
156157
- run: google-chrome --version
157158
- run: chromedriver --version
158159
- run: rm LICENSE.chromedriver 2> /dev/null

0 commit comments

Comments
 (0)