From fea314c434d13b966397531408de94bcc32bdc2d Mon Sep 17 00:00:00 2001 From: yogevbd Date: Tue, 30 Jul 2019 22:30:51 +0300 Subject: [PATCH] f --- .circleci/config.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0ee3cf6..1db2e65 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,18 +9,18 @@ jobs: - run: name: Install Dependencies command: scripts/install.ios.sh - - run: - name: Install Android - command: scripts/install.android.sh + # - run: + # name: Install Android + # command: scripts/install.android.sh - run: name: npm install command: npm install - - run: - name: iOS unit tests - command: 'npm run test-unit-ios' - - run: - name: Android unit tests - command: 'npm run test-unit-android' + # - run: + # name: iOS unit tests + # command: 'npm run test-unit-ios' + # - run: + # name: Android unit tests + # command: 'npm run test-unit-android' - run: name: Detox iOS e2e tests command: 'npm run test-e2e-ios-release' \ No newline at end of file -- 2.26.2