Skip to content

Commit 029ada5

Browse files
authored
ci: update shared cache (#1206)
## 📜 Description Update shared simulator cache. ## 💡 Motivation and Context We install additional runtimes. As per Apple in this case it's better to update shared cache. My understanding is that this step may help us to avoid the issue when simulator over-consumes CPU resources on its start up. ## 📢 Changelog <!-- High level overview of important changes --> <!-- For example: fixed status bar manipulation; added new types declarations; --> <!-- If your changes don't affect one of platform/language below - then remove this platform/language --> ### CI - updated shared simulator cache on app startup; ## 🤔 How Has This Been Tested? Tested manually on CI. ## 📸 Screenshots (if appropriate): <img width="852" height="395" alt="image" src="https://github.com/user-attachments/assets/895aa770-e9ce-481e-8ff9-5becce1930af" /> ## 📝 Checklist - [x] CI successfully passed - [x] I added new mocks and corresponding unit-tests if library API was changed
1 parent 852fa4a commit 029ada5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ios-e2e-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,8 @@ jobs:
137137
retry_interval: 60
138138
- name: List all available simulators
139139
run: xcrun simctl list
140+
- name: Update shared cache
141+
run: xcrun simctl runtime dyld_shared_cache update --all
140142
- name: Install AppleSimulatorUtils
141143
run: brew tap wix/brew && brew install applesimutils
142144
- name: Save yarn cache directory path

0 commit comments

Comments
 (0)