This commit is contained in:
Diego Mello 2023-01-30 17:25:08 -03:00
parent 317387bba1
commit c48ffc1f61
1 changed files with 2 additions and 2 deletions

View File

@ -491,12 +491,12 @@ jobs:
- run:
name: Build Android
command: |
yarn detox build --configuration android.att.debug
yarn detox build --configuration android.att.release
- save_cache: *save-gradle-cache
- run:
name: Run Detox Tests
command: |
yarn detox test --configuration android.att.debug --cleanup --headless
yarn detox test --configuration android.att.release --cleanup --headless
- store_artifacts:
path: artifacts