Skip to content

Commit 72f33e8

Browse files
committed
Set unlimited memory for composer drupal-composer/drupal-project#560
1 parent 0a0ce1e commit 72f33e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

7/tests/8/tests.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ GIT_URL="https://github.com/drupal-composer/drupal-project.git"
5050
make git-clone url="${GIT_URL}" -f /usr/local/bin/actions.mk
5151
make git-checkout target=8.x -f /usr/local/bin/actions.mk
5252

53-
composer install -n
53+
COMPOSER_MEMORY_LIMIT=-1 composer install -n
5454
composer require drupal/redis
5555

5656
cd "${DRUPAL_ROOT}"

0 commit comments

Comments
 (0)