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 f8ee0be commit d8de2d3Copy full SHA for d8de2d3
bin/testing-entrypoint.sh
@@ -31,7 +31,7 @@ echo 'Setting Codeception output directory permissions'.
31
chmod 777 -R ${TESTS_DIR}
32
33
# Install dependencies
34
-composer install --prefer-source --no-interaction
+COMPOSER_MEMORY_LIMIT=-1 composer install --prefer-source --no-interaction
35
36
if [[ -z "$SUITES" ]]; then
37
echo 'A target testing suite(s) must be selected.'
0 commit comments