Skip to content

Commit 3e059e7

Browse files
authored
fix: iOS e2e tests (#1230)
## 📜 Description Fixed constantly failing e2e jobs. ## 💡 Motivation and Context <!-- Why is this change required? What problem does it solve? --> <!-- If it fixes an open issue, please link to the issue here. --> Fixed a problem with red CI (iOS jobs) due to fact that brew dependency can not be installed. It happens because `robotsandpencils/made` has been renamed to `xcodesorg/made` so we need to update naming. We still have a problem with unstable Android e2e tests (toolbar tests) and iOS 26 (simulator sometimes can not be started). ## 📢 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 - replace brew dependency `robotsandpencils/made` -> `xcodesorg/made` ## 🤔 How Has This Been Tested? Tested via this PR. ## 📸 Screenshots (if appropriate): <img width="619" height="149" alt="image" src="https://github.com/user-attachments/assets/455fe927-a058-423b-95f4-f2d0d24ff7e7" /> ## 📝 Checklist - [x] CI successfully passed - [x] I added new mocks and corresponding unit-tests if library API was changed
1 parent 5f41d4e commit 3e059e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
run: xcodebuild -version
127127
# needed for additional runtime installation
128128
- name: Install Xcodes
129-
run: brew tap robotsandpencils/made
129+
run: brew tap xcodesorg/made
130130
- name: Install additional iOS runtimes
131131
if: ${{ matrix.devices.runtime != '' && matrix.devices.runtime != null }}
132132
uses: ./.github/actions/retry-sudo-with-timeout

0 commit comments

Comments
 (0)