Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 2 additions & 11 deletions .github/actions/setup-e2e-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ inputs:
yarn-version:
description: Yarn version to use with Corepack
required: false
default: '1.22.22'
default: '3.8.7'
setup-simulator:
description: 'Whether to setup simulator/emulator'
required: false
Expand Down Expand Up @@ -214,19 +214,10 @@ runs:
timeout_minutes: 15
max_attempts: 3
retry_wait_seconds: 30
command: yarn install --frozen-lockfile
command: yarn install --immutable
env:
NODE_OPTIONS: --max-old-space-size=4096 # Increase memory limit for Node.js due to large dependencies

- name: Install Detox CLI with retry
id: install-detox-cli
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 #v3.0.2
with:
timeout_minutes: 15
max_attempts: 3
retry_wait_seconds: 30
command: yarn global add detox-cli

- name: Install Foundry
shell: bash
run: |
Expand Down
Loading