We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14b57bc commit ce0634aCopy full SHA for ce0634a
.github/workflows/testing.yml
@@ -93,4 +93,4 @@ jobs:
93
run: composer update --with illuminate/support:~${{ matrix.laravel }} --no-progress --no-interaction
94
95
- name: Run tests
96
- run: vendor/bin/phpunit
+ run: composer test
composer.json
@@ -60,5 +60,8 @@
60
"Riajul\\Thumbhash\\ThumbhashServiceProvider"
61
]
62
}
63
+ },
64
+ "scripts": {
65
+ "test": "./vendor/bin/phpunit"
66
67
0 commit comments