Skip to content

Commit 0c5ca6b

Browse files
committed
fix(ci): update chromedriver path
1 parent e098618 commit 0c5ca6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ jobs:
182182

183183
- run:
184184
name: Start Chrome Driver
185-
command: ./vendor/laravel/dusk/bin/chromedriver-linux
185+
command: ./vendor/laravel/dusk/bin/chromedriver-linux64
186186
background: true
187187

188188
- run:

0 commit comments

Comments
 (0)