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 3855d5d commit 8694f1bCopy full SHA for 8694f1b
.github/workflows/phpunit.yml
@@ -24,4 +24,4 @@ jobs:
24
run: composer install --prefer-dist --no-progress --no-suggest --no-interaction
25
26
- name: Run Tests
27
- run: vendor/bin/phpunit
+ run: vendor/bin/phpunit ./tests
0 commit comments