release
This commit is contained in:
parent
317387bba1
commit
c48ffc1f61
|
@ -491,12 +491,12 @@ jobs:
|
||||||
- run:
|
- run:
|
||||||
name: Build Android
|
name: Build Android
|
||||||
command: |
|
command: |
|
||||||
yarn detox build --configuration android.att.debug
|
yarn detox build --configuration android.att.release
|
||||||
- save_cache: *save-gradle-cache
|
- save_cache: *save-gradle-cache
|
||||||
- run:
|
- run:
|
||||||
name: Run Detox Tests
|
name: Run Detox Tests
|
||||||
command: |
|
command: |
|
||||||
yarn detox test --configuration android.att.debug --cleanup --headless
|
yarn detox test --configuration android.att.release --cleanup --headless
|
||||||
- store_artifacts:
|
- store_artifacts:
|
||||||
path: artifacts
|
path: artifacts
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue