From c48ffc1f611d819ec4056b0ffd328dd9aa24e31b Mon Sep 17 00:00:00 2001 From: Diego Mello Date: Mon, 30 Jan 2023 17:25:08 -0300 Subject: [PATCH] release --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3dfaa9477..2ca0bc945 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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