feat: limit

This commit is contained in:
2026-05-26 14:24:24 +02:00
parent 95dc772873
commit b069730652
2 changed files with 1 additions and 8 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ jobs:
&& docker-php-ext-install intl
&& php -m | grep -qi '^intl$'
&& composer install --no-interaction --prefer-dist
&& php artisan test --compact"
&& php -d memory_limit=512M artisan test --compact"
deploy:
name: Deploy with Kamal