Update .gitea/workflows/pest.yml

This commit is contained in:
2026-06-18 10:23:39 +00:00
parent e311d6311e
commit 84f5f1e3bf
+1 -1
View File
@@ -43,7 +43,7 @@ jobs:
- name: Run Pest
run: |
if [ "${{ inputs.coverage }}" = "true" ]; then
php -d pcov.enabled=1 -d pcov.directory=. ./vendor/bin/pest ${{ inputs.coverage_args }}
php -d memory_limit=512M -d pcov.enabled=1 -d pcov.directory=. ./vendor/bin/pest ${{ inputs.coverage_args }}
else
./vendor/bin/pest
fi