diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e8a158c..b3f55bc 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -37,6 +37,6 @@ jobs: run: composer install --no-interaction --prefer-dist - name: Execute tests - run: vendor/bin/phpunit --verbose + run: vendor/bin/phpunit env: APP_ENV: testing