Skip to content

Commit a741f90

Browse files
committed
fix(ci): update chromedriver path to point to executable
1 parent 0c5ca6b commit a741f90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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-linux64
185+
command: ./vendor/laravel/dusk/bin/chromedriver-linux64/chromedriver
186186
background: true
187187

188188
- run:

0 commit comments

Comments
 (0)