We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 711777c commit 11439ebCopy full SHA for 11439eb
.github/workflows/ios-e2e-test.yml
@@ -141,6 +141,8 @@ jobs:
141
retry_interval: 60
142
- name: List all available simulators
143
run: xcrun simctl list
144
+ - name: Update shared cache
145
+ run: xcrun simctl runtime dyld_shared_cache update --all
146
- name: Install AppleSimulatorUtils
147
run: brew tap wix/brew && brew install applesimutils
148
- name: Save yarn cache directory path
0 commit comments