Brew
This commit is contained in:
parent
d0260d10c8
commit
f9180df9ea
|
@ -456,11 +456,17 @@ jobs:
|
||||||
- run: *install-npm-modules
|
- run: *install-npm-modules
|
||||||
- run: *update-fastlane-ios
|
- run: *update-fastlane-ios
|
||||||
- manage-pods
|
- manage-pods
|
||||||
- rn/setup_macos_executor
|
- run:
|
||||||
- rn/detox_build:
|
name: Configure Detox
|
||||||
configuration: release
|
command: |
|
||||||
- rn/detox_test:
|
npm install -g detox-cli
|
||||||
configuration: release
|
brew tap wix/brew
|
||||||
|
brew install applesimutils
|
||||||
|
- run:
|
||||||
|
name: Run Detox Tests
|
||||||
|
command: |
|
||||||
|
yarn detox build --configuration ios.sim.release
|
||||||
|
yarn detox test --configuration ios.sim.release --cleanup --headless
|
||||||
- save_cache: *save-npm-cache-mac
|
- save_cache: *save-npm-cache-mac
|
||||||
- save_cache: *save-gems-cache
|
- save_cache: *save-gems-cache
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue