Use latest Chrome driver.
We'll have to assume that GitHub Actions' Ubuntu image is continually updated with the latest Chrome, although there's every likelihood that these tests will sometimes fail if the versions aren't in sync. If it becomes too much of a problem, remove these tests.
This commit is contained in:
parent
9911c6b581
commit
cf87f1466a
|
|
@ -97,8 +97,8 @@ jobs:
|
|||
run: |
|
||||
git reset --hard HEAD
|
||||
composer dumpautoload
|
||||
- name: Install Chrome 78 driver
|
||||
run: php artisan dusk:chrome-driver 78
|
||||
- name: Install Chrome driver
|
||||
run: php artisan dusk:chrome-driver
|
||||
- name: Start Chrome driver
|
||||
run: ./vendor/laravel/dusk/bin/chromedriver-linux > /dev/null 2>&1 &
|
||||
- name: Run Laravel Server
|
||||
|
|
|
|||
Loading…
Reference in New Issue