We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1a56dc commit ae9245bCopy full SHA for ae9245b
7/tests/8/tests.sh
@@ -50,7 +50,7 @@ GIT_URL="https://github.com/drupal-composer/drupal-project.git"
50
make git-clone url="${GIT_URL}" -f /usr/local/bin/actions.mk
51
make git-checkout target=8.x -f /usr/local/bin/actions.mk
52
53
-composer install -n
+COMPOSER_MEMORY_LIMIT=-1 composer install -n
54
composer require drupal/redis
55
56
cd "${DRUPAL_ROOT}"
0 commit comments