Skip to content

Commit

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

This reverts commit 0dac5af.
  • Loading branch information
driesvints committed Apr 25, 2024
1 parent 0dac5af commit 320da60
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,11 @@ 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: $CHROMEWEBDRIVER/chromedriver &
run: ./vendor/laravel/dusk/bin/chromedriver-linux &

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

0 comments on commit 320da60

Please sign in to comment.