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