Skip to content

Commit 6109027

Browse files
author
Matthias Leutenegger
committed
memory limit
1 parent 330fddf commit 6109027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
composer require --no-update silverstripe/recipe-cms:$RECIPE_CMS_VERSION &&\
8080
composer install --prefer-dist --no-interaction --no-progress --no-suggest --optimize-autoloader --verbose --profile
8181
- name: run phpunit
82-
run: vendor/bin/phpunit -d memory_limit=500M -c "tests/phpunit.xml" tests/
82+
run: vendor/bin/phpunit -d memory_limit=1G -c "tests/phpunit.xml" tests/
8383
- name: generate coverage
8484
run: phpdbg -qrr vendor/bin/phpunit -dmemory_limit=512M --coverage-clover=coverage.xml -c "tests/phpunit.xml" tests/
8585
if: ${{ matrix.php == '7.4' && matrix.recipe == '4.x-dev' }}

0 commit comments

Comments
 (0)