Skip to content

Commit d2a4f13

Browse files
authored
use chrome driver --detect option (laravel#8265)
the `--detect` flag was added to Dusk in laravel/dusk#816 which automatically downloads the correct driver based on the version of Chrome currently installed on the system.
1 parent 77ed07a commit d2a4f13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dusk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1938,7 +1938,7 @@ jobs:
19381938
- name: Generate Application Key
19391939
run: php artisan key:generate
19401940
- name: Upgrade Chrome Driver
1941-
run: php artisan dusk:chrome-driver `/opt/google/chrome/chrome --version | cut -d " " -f3 | cut -d "." -f1`
1941+
run: php artisan dusk:chrome-driver --detect
19421942
- name: Start Chrome Driver
19431943
run: ./vendor/laravel/dusk/bin/chromedriver-linux &
19441944
- name: Run Laravel Server

0 commit comments

Comments
 (0)