Skip to content

Commit

Permalink
Merge branch '2.x' into 3.x
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Sep 9, 2024
2 parents 4e873cd + f3221f5 commit 545b78d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/browser-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: php vendor/bin/testbench-dusk package:create-sqlite-db

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

- name: Run Laravel Server
run: php vendor/bin/testbench-dusk serve --no-reload &
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@
"clear": "@php testbench package:purge-skeleton --ansi",
"prepare": "@php testbench package:discover --ansi",
"lint": [
"@php vendor/bin/rector",
"@php vendor/bin/pint",
"@php vendor/bin/rector --ansi",
"@php vendor/bin/pint --ansi",
"@php vendor/bin/phpstan analyse --verbose --ansi"
],
"test": "@php vendor/bin/pest --colors=always",
"dusk:prepare": "@php vendor/bin/dusk-updater detect --auto-update",
"dusk:prepare": "@php vendor/bin/dusk-updater detect --auto-update --ansi",
"dusk:serve": [
"@php vendor/bin/testbench-dusk package:create-sqlite-db",
"@php vendor/bin/testbench-dusk serve"
"@php vendor/bin/testbench-dusk package:create-sqlite-db --ansi",
"@php vendor/bin/testbench-dusk serve --ansi"
],
"dusk": [
"@dusk:prepare",
Expand Down

0 comments on commit 545b78d

Please sign in to comment.