Skip to content

Commit c27130b

Browse files
authored
Update laravel_dusk_connect-cms-test.yml
1 parent 41116f2 commit c27130b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,9 @@ jobs:
151151
run: sudo ln -nfs `which chrome` /usr/bin/google-chrome
152152

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

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

0 commit comments

Comments
 (0)