From 583683d3c5c3663fcea8ff274a3a7670c028ac71 Mon Sep 17 00:00:00 2001 From: Diego Mello Date: Thu, 26 Jan 2023 16:34:56 -0300 Subject: [PATCH] create-e2e-account-file --- .circleci/config.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index c4a6cd71c..13dfb823e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -330,6 +330,14 @@ commands: working_directory: ios - save_cache: *save-gems-cache + create-e2e-account-file: + description: "Create e2e account file" + steps: + - run: + command: | + echo $E2E_ACCOUNT | base64 --decode > ./e2e_account.ts + working_directory: e2e + version: 2.1 # EXECUTORS @@ -454,6 +462,7 @@ jobs: - restore_cache: *restore-npm-cache-linux - run: *install-npm-modules - restore_cache: *restore-gradle-cache + - create-e2e-account-file - run: name: Run Detox Tests command: | @@ -489,6 +498,7 @@ jobs: command: | brew tap wix/brew brew install applesimutils + - create-e2e-account-file - run: name: Build command: |