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 ea5c08e commit b19706fCopy full SHA for b19706f
.github/workflows/tests.yml
@@ -24,4 +24,4 @@ jobs:
24
run: composer install --no-cache --no-interaction --prefer-dist --no-progress --optimize-autoloader
25
26
- name: Execute tests
27
- run: phpunit tests
+ run: vendor/bin/phpunit tests
0 commit comments