mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2025-12-23 22:18:36 -05:00
test if applesimtuils are necessary for just the build
This commit is contained in:
9
.github/workflows/e2e_ios.yml
vendored
9
.github/workflows/e2e_ios.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user