This commit is contained in:
Diego Mello 2023-01-26 14:39:02 -03:00
parent d0260d10c8
commit f9180df9ea
1 changed files with 11 additions and 5 deletions

View File

@ -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