Skip to content

Commit 39e29f2

Browse files
authored
Update laravel_dusk_connect-cms-test.yml
1 parent 37c3091 commit 39e29f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/laravel_dusk_connect-cms-test.yml

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

152152
- name: Downgrade Chrome driver to v114
153153
# run: php artisan dusk:chrome-driver 114
154-
run: php artisan dusk:chrome-driver `/usr/bin/google-chrome --version | cut -d " " -f3`
154+
run: php artisan dusk:chrome-driver `chrome --version | cut -d " " -f3`
155155

156156
- name: Start Chrome Driver
157157
run: ./vendor/laravel/dusk/bin/chromedriver-linux &

0 commit comments

Comments
 (0)