release
This commit is contained in:
parent
317387bba1
commit
c48ffc1f61
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue