Skip to content

Commit d7faf15

Browse files
committed
Remove deprecated argument
1 parent 2a47b1d commit d7faf15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-jetstream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
php artisan ddd:install
5858
5959
- name: Execute tests
60-
run: vendor/bin/phpunit --verbose
60+
run: vendor/bin/phpunit
6161
env:
6262
DB_CONNECTION: sqlite
6363
DB_DATABASE: ":memory:"

0 commit comments

Comments
 (0)