From 4be23466b761c9909928252508235cf33c70efe3 Mon Sep 17 00:00:00 2001 From: Lendemor Date: Fri, 25 Oct 2024 18:20:34 +0200 Subject: [PATCH] test options --- .github/workflows/integration_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index 106ac1383..1a6c3e8bf 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -29,7 +29,7 @@ env: # - Best effort print lines that contain illegal chars (map to some default char, etc.) PYTHONIOENCODING: 'utf8' TELEMETRY_ENABLED: false - NODE_OPTIONS: '--max_old_space_size=8192' + NODE_OPTIONS: '--max_old_space_size=8192 --expose-gc' PR_TITLE: ${{ github.event.pull_request.title }} jobs: