npx detox

This commit is contained in:
Diego Mello 2020-05-18 11:14:32 -03:00
parent 93f433fb19
commit a59a1bfa99
1 changed files with 4 additions and 4 deletions

View File

@ -70,8 +70,8 @@ install-apple-sim-utils: &install-apple-sim-utils
rebuild-detox: &rebuild-detox rebuild-detox: &rebuild-detox
name: Rebuild Detox framework cache name: Rebuild Detox framework cache
command: | command: |
detox clean-framework-cache npx detox clean-framework-cache
detox build-framework-cache npx detox build-framework-cache
version: 2 version: 2
jobs: jobs:
@ -130,7 +130,7 @@ jobs:
- run: - run:
name: Build name: Build
command: | command: |
detox build --configuration ios.sim.release npx detox build --configuration ios.sim.release
- persist_to_workspace: - persist_to_workspace:
root: . root: .
@ -164,7 +164,7 @@ jobs:
- run: - run:
name: Test name: Test
command: | command: |
detox test ./e2e/tests/onboarding --configuration ios.sim.release --cleanup npx detox test ./e2e/tests/onboarding --configuration ios.sim.release --cleanup
- save_cache: *save-npm-cache-mac - save_cache: *save-npm-cache-mac