We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b622f1d commit 0f5e71bCopy full SHA for 0f5e71b
.github/workflows/tests.yml
@@ -37,6 +37,6 @@ jobs:
37
run: composer install --no-interaction --prefer-dist
38
39
- name: Execute tests
40
- run: vendor/bin/phpunit --verbose
+ run: vendor/bin/phpunit
41
env:
42
APP_ENV: testing
0 commit comments