From 4f2330e7637d721ca8da1a7e7a6c3ca9a450d663 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Ovejero?= Date: Tue, 29 Jul 2025 12:07:21 +0200 Subject: [PATCH] ci: Fix double env in test workflows action (#17782) --- .github/workflows/test-workflows-callable.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/test-workflows-callable.yml b/.github/workflows/test-workflows-callable.yml index 691fd7e2a3..b8738ee31a 100644 --- a/.github/workflows/test-workflows-callable.yml +++ b/.github/workflows/test-workflows-callable.yml @@ -20,9 +20,6 @@ on: description: 'Currents record key for uploading test results.' required: true -env: - NODE_OPTIONS: --max-old-space-size=4096 - env: NODE_OPTIONS: --max-old-space-size=3072