diff --git a/.drone.yml b/.drone.yml index 5d9dfd37..8e757b9e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -42,7 +42,7 @@ steps: - docker-php-ext-install pdo_mysql curl gd intl mbstring - cp .docker/fonts/* /usr/share/fonts/ - php artisan migrate - - vendor/bin/phpunit + - php artisan test - rm -f .env environment: APP_NAME: Scoutrobot @@ -71,7 +71,7 @@ steps: - name: phpstan_tests image: php:8.1.6 commands: - - vendor/bin/phpstan analyse + - vendor/bin/phpstan analyse --memory-limit=1G - name: composer_no_dev image: composer:2.2.7