We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9561dd5 commit bdd6f78Copy full SHA for bdd6f78
.github/workflows/tests.yml
@@ -54,4 +54,6 @@ jobs:
54
composer update --prefer-dist --no-interaction --no-progress --with="laravel/framework:^${{ matrix.laravel }}"
55
56
- name: Execute tests
57
- run: vendor/bin/phpunit --display-deprecations --fail-on-deprecation
+ run: |
58
+ vendor/bin/testbench package:sync-skeleton
59
+ vendor/bin/phpunit --display-deprecations --fail-on-deprecation
0 commit comments