create-e2e-account-file
This commit is contained in:
parent
32667ef088
commit
583683d3c5
|
@ -330,6 +330,14 @@ commands:
|
||||||
working_directory: ios
|
working_directory: ios
|
||||||
- save_cache: *save-gems-cache
|
- 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
|
version: 2.1
|
||||||
|
|
||||||
# EXECUTORS
|
# EXECUTORS
|
||||||
|
@ -454,6 +462,7 @@ jobs:
|
||||||
- restore_cache: *restore-npm-cache-linux
|
- restore_cache: *restore-npm-cache-linux
|
||||||
- run: *install-npm-modules
|
- run: *install-npm-modules
|
||||||
- restore_cache: *restore-gradle-cache
|
- restore_cache: *restore-gradle-cache
|
||||||
|
- create-e2e-account-file
|
||||||
- run:
|
- run:
|
||||||
name: Run Detox Tests
|
name: Run Detox Tests
|
||||||
command: |
|
command: |
|
||||||
|
@ -489,6 +498,7 @@ jobs:
|
||||||
command: |
|
command: |
|
||||||
brew tap wix/brew
|
brew tap wix/brew
|
||||||
brew install applesimutils
|
brew install applesimutils
|
||||||
|
- create-e2e-account-file
|
||||||
- run:
|
- run:
|
||||||
name: Build
|
name: Build
|
||||||
command: |
|
command: |
|
||||||
|
|
Loading…
Reference in New Issue