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 f2949d5 commit ea5c08eCopy full SHA for ea5c08e
.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: vendor/bin/phpunit
+ run: phpunit tests
0 commit comments