Skip to content

Commit

Permalink
update DuskTestCase.stub for define github or local (#1101)
Browse files Browse the repository at this point in the history
* update DuskTestCase.stub for define github or local

* follow the doc PR to change the tests workflows

* Update DuskTestCase.stub

---------

Co-authored-by: Dries Vints <[email protected]>
  • Loading branch information
tszyuloveyou and driesvints authored Apr 25, 2024
1 parent f34ea5f commit 0dac5af
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,8 @@ jobs:
composer update "laravel/dusk" --prefer-dist --no-interaction --no-progress -W
php artisan dusk:install
- name: Update Chrome Driver
run: php artisan dusk:chrome-driver --detect

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

- name: Run Laravel Server
run: php artisan serve --no-reload &
Expand Down

0 comments on commit 0dac5af

Please sign in to comment.