Skip to content

Commit 9ce570a

Browse files
authored
Update test execution command to sync skeleton package (#1007)
1 parent 9561dd5 commit 9ce570a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
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)