We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 330fddf commit 6109027Copy full SHA for 6109027
.github/workflows/tests.yml
@@ -79,7 +79,7 @@ jobs:
79
composer require --no-update silverstripe/recipe-cms:$RECIPE_CMS_VERSION &&\
80
composer install --prefer-dist --no-interaction --no-progress --no-suggest --optimize-autoloader --verbose --profile
81
- name: run phpunit
82
- run: vendor/bin/phpunit -d memory_limit=500M -c "tests/phpunit.xml" tests/
+ run: vendor/bin/phpunit -d memory_limit=1G -c "tests/phpunit.xml" tests/
83
- name: generate coverage
84
run: phpdbg -qrr vendor/bin/phpunit -dmemory_limit=512M --coverage-clover=coverage.xml -c "tests/phpunit.xml" tests/
85
if: ${{ matrix.php == '7.4' && matrix.recipe == '4.x-dev' }}
0 commit comments