add memory limit for phpstan
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
713dc14b68
commit
4bde59ca11
|
@ -42,7 +42,7 @@ steps:
|
||||||
- docker-php-ext-install pdo_mysql curl gd intl mbstring
|
- docker-php-ext-install pdo_mysql curl gd intl mbstring
|
||||||
- cp .docker/fonts/* /usr/share/fonts/
|
- cp .docker/fonts/* /usr/share/fonts/
|
||||||
- php artisan migrate
|
- php artisan migrate
|
||||||
- vendor/bin/phpunit
|
- php artisan test
|
||||||
- rm -f .env
|
- rm -f .env
|
||||||
environment:
|
environment:
|
||||||
APP_NAME: Scoutrobot
|
APP_NAME: Scoutrobot
|
||||||
|
@ -71,7 +71,7 @@ steps:
|
||||||
- name: phpstan_tests
|
- name: phpstan_tests
|
||||||
image: php:8.1.6
|
image: php:8.1.6
|
||||||
commands:
|
commands:
|
||||||
- vendor/bin/phpstan analyse
|
- vendor/bin/phpstan analyse --memory-limit=1G
|
||||||
|
|
||||||
- name: composer_no_dev
|
- name: composer_no_dev
|
||||||
image: composer:2.2.7
|
image: composer:2.2.7
|
||||||
|
|
Loading…
Reference in New Issue