add memory limit for phpstan
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Philipp Lang 2022-11-24 15:49:30 +01:00
parent 713dc14b68
commit 4bde59ca11
1 changed files with 2 additions and 2 deletions

View File

@ -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