Skip to content

Commit bdd6f78

Browse files
committed
Update test execution command to sync skeleton package
1 parent 9561dd5 commit bdd6f78

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tests.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,6 @@ jobs:
5454
composer update --prefer-dist --no-interaction --no-progress --with="laravel/framework:^${{ matrix.laravel }}"
5555
5656
- name: Execute tests
57-
run: vendor/bin/phpunit --display-deprecations --fail-on-deprecation
57+
run: |
58+
vendor/bin/testbench package:sync-skeleton
59+
vendor/bin/phpunit --display-deprecations --fail-on-deprecation

0 commit comments

Comments
 (0)