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 f5d9ff7 commit 9f9078fCopy full SHA for 9f9078f
.github/workflows/php.yml
@@ -32,4 +32,4 @@ jobs:
32
run: composer update --prefer-dist --no-progress
33
34
- name: Run test suite
35
- run: ./vendor/bin/phpunit
+ run: composer run-script test
0 commit comments