Skip to content

Commit d9f9052

Browse files
committed
fix(ci): run chrome driver detection after launch
1 parent aadb313 commit d9f9052

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.circleci/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,10 @@ jobs:
187187
./vendor/laravel/dusk/bin/chromedriver-linux64/chromedriver
188188
background: true
189189

190+
- run:
191+
name: Dectect Chrome Driver
192+
command: php artisan dusk:chrome-driver --detect
193+
190194
- run:
191195
name: Run Browser Tests
192196
command: php artisan dusk

0 commit comments

Comments
 (0)