Skip to content

Commit

Permalink
Specify port for chromedriver-linux for Dusk tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ilumos committed Sep 15, 2024
1 parent da48e39 commit 5970df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-dusk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
run: php artisan dusk:chrome-driver `/opt/google/chrome/chrome --version | cut -d " " -f3 | cut -d "." -f1`

- name: Start Chrome Driver
run: ./vendor/laravel/dusk/bin/chromedriver-linux &
run: ./vendor/laravel/dusk/bin/chromedriver-linux --port=9515 &

- name: Create empty .env file
run: touch .env
Expand Down

0 comments on commit 5970df4

Please sign in to comment.