Skip to content

Commit

Permalink
run testbench path instead of artisan
Browse files Browse the repository at this point in the history
  • Loading branch information
indykoning committed Dec 18, 2023
1 parent f72f8f8 commit d7202e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dusk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
run: composer install --prefer-dist --no-interaction

- name: Publish icons
run: php artisan vendor:publish --tag="payment-icons"
run: php ./vendor/bin/testbench vendor:publish --tag="payment-icons"

- name: Prepare Laravel Dusk
run: composer run dusk:prepare
Expand Down

0 comments on commit d7202e6

Please sign in to comment.