Skip to content

Commit

Permalink
Update dusk workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Tschucki committed Mar 16, 2024
1 parent 178094a commit 20ef529
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/dusk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,8 @@ jobs:
args: --ignore-platform-req=ext-pcntl --ignore-platform-req=ext-bcmath --no-progress --prefer-dist --optimize-autoloader
- name: Generate Application Key
run: php artisan key:generate
- name: Upgrade Chrome Driver
run: php artisan dusk:chrome-driver --detect
- name: Start Chrome Driver
run: ./vendor/laravel/dusk/bin/chromedriver-linux &
- name: Install Dusk
run: php artisan dusk:install
- name: Run Laravel Server
run: php artisan serve --no-reload &
- name: Run Dusk Tests
Expand Down

0 comments on commit 20ef529

Please sign in to comment.