test if applesimtuils are necessary for just the build

This commit is contained in:
Ryan Stelly
2025-10-17 11:01:13 -05:00
parent c4b32b66d7
commit 72aeca91dc

View File

@@ -125,15 +125,6 @@ jobs:
- name: Set MOCK_MODE to e2e
run: echo "MOCK_MODE=e2e" >> "$GITHUB_ENV"
# Install prerequisites for detox and build app, and test
- name: Install macOS dependencies
env:
HOMEBREW_NO_AUTO_UPDATE: 1
HOMEBREW_NO_INSTALL_CLEANUP: 1
run: |
brew tap wix/brew
brew install applesimutils
- name: Build test app
run: npm run e2e:build:ios