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
6 changes: 2 additions & 4 deletions .github/workflows/expo-beta-road-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,7 @@ jobs:
- name: Install Expo beta dependencies
run: |
cd apps/ExpoAppBeta
corepack enable
yarn install
YARN_ENABLE_IMMUTABLE_INSTALLS=true yarn install
npx expo install --fix
Comment on lines 75 to 79

- name: Run ExpoAppBeta -> AndroidApp road test
Expand All @@ -101,8 +100,7 @@ jobs:
- name: Install Expo beta dependencies
run: |
cd apps/ExpoAppBeta
corepack enable
yarn install
YARN_ENABLE_IMMUTABLE_INSTALLS=true yarn install
npx expo install --fix
Comment on lines 100 to 104

- name: Run ExpoAppBeta -> AppleApp road test
Expand Down
Loading