From a6fbd62a488e2b70b4d23e05676c197adf8b6992 Mon Sep 17 00:00:00 2001 From: robgruen Date: Wed, 29 Jan 2025 19:47:07 -0800 Subject: [PATCH] Added debug flag to shell tests (#631) --- .github/workflows/shell-tests.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/shell-tests.yml b/.github/workflows/shell-tests.yml index bb2f935c..cbd36f12 100644 --- a/.github/workflows/shell-tests.yml +++ b/.github/workflows/shell-tests.yml @@ -12,6 +12,10 @@ permissions: id-token: write contents: read +env: + NODE_OPTIONS: --max_old_space_size=8192 + DEBUG: pw:browser* + # run only one of these at a time concurrency: group: ${{ github.workflow }}