Skip to content

Commit

Permalink
Fix Chrome driver version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
range-of-motion committed Aug 30, 2024
1 parent 3014825 commit ea3c661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
run: php artisan migrate --database=testing
- name: Run Dusk
run: |
php artisan dusk:chrome-driver $(google-chrome -version | awk '{ print $3 }' | cut -d . -f 1)
php artisan dusk:chrome-driver 126
nohup bash -c './vendor/laravel/dusk/bin/chromedriver-linux > /dev/null 2>&1 &'
nohup bash -c 'php artisan serve > /dev/null 2>&1 &'
php artisan dusk

0 comments on commit ea3c661

Please sign in to comment.