From faf22b69a0dafe60240bccb458432bb58113d663 Mon Sep 17 00:00:00 2001 From: Christopher Ferreira Date: Tue, 26 Aug 2025 17:22:03 +0100 Subject: [PATCH] test: removes yarn install for testing --- .github/actions/setup-e2e-env/action.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/actions/setup-e2e-env/action.yml b/.github/actions/setup-e2e-env/action.yml index cb4a2e30..e1203767 100644 --- a/.github/actions/setup-e2e-env/action.yml +++ b/.github/actions/setup-e2e-env/action.yml @@ -197,12 +197,12 @@ runs: restore-keys: | ${{ inputs.cache-prefix }}-yarn-${{ inputs.platform }}-${{ runner.os }}- - - name: Install JavaScript dependencies - id: yarn-install - run: yarn install --frozen-lockfile - shell: bash - env: - NODE_OPTIONS: --max-old-space-size=4096 # Increase memory limit for Node.js due to large dependencies + # - name: Install JavaScript dependencies + # id: yarn-install + # run: yarn install --frozen-lockfile + # shell: bash + # env: + # NODE_OPTIONS: --max-old-space-size=4096 # Increase memory limit for Node.js due to large dependencies - name: Install Detox CLI id: install-detox-cli