We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41116f2 commit c27130bCopy full SHA for c27130b
.github/workflows/laravel_dusk_connect-cms-test.yml
@@ -151,9 +151,9 @@ jobs:
151
run: sudo ln -nfs `which chrome` /usr/bin/google-chrome
152
153
- name: Downgrade Chrome driver to v114
154
- # run: php artisan dusk:chrome-driver 114
+ run: php artisan dusk:chrome-driver 114
155
# 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`
+ # run: php artisan dusk:chrome-driver `/usr/bin/google-chrome --version | cut -d " " -f3 | cut -d "." -f1`
157
158
- name: Start Chrome Driver
159
run: ./vendor/laravel/dusk/bin/chromedriver-linux &
0 commit comments