From 4230672b3ed1c2aa760e4a843885b64c05915b27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Noco=C5=84?= Date: Tue, 26 Apr 2022 15:11:16 +0200 Subject: [PATCH] [CI] Increased Composer memory limit to 4G (#682) --- .github/workflows/callable-browser-tests.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/callable-browser-tests.yaml b/.github/workflows/callable-browser-tests.yaml index 2412b17b14..d42b683a30 100644 --- a/.github/workflows/callable-browser-tests.yaml +++ b/.github/workflows/callable-browser-tests.yaml @@ -64,6 +64,7 @@ env: SYMFONY_ENV: behat SYMFONY_DEBUG: 1 PHP_INI_ENV_memory_limit: 7G + COMPOSER_MEMORY_LIMIT: 4G ENABLE_XDEBUG: 1 jobs: