From c1dcacaeebe8a1f7ea5c0008e520bbb65adbbc04 Mon Sep 17 00:00:00 2001 From: msivasubramaniaan Date: Tue, 28 May 2024 19:07:07 +0530 Subject: [PATCH] skip ui test other than linux --- .github/workflows/CI.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index 1461242e..9995a22a 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -48,6 +48,9 @@ jobs: # Run UI tests - name: Run UI Test uses: coactions/setup-xvfb@b6b4fcfb9f5a895edadc3bc76318fae0ac17c8b3 # v1.0.1 + env: + NODE_OPTIONS: --max_old_space_size=16384 + if: runner.os == 'Linux' with: run: yarn run ui-test options: -screen 0 1920x1080x24