From add0007d539255d67f3ee5381fde69a51c3a4d6f Mon Sep 17 00:00:00 2001 From: yogevbd Date: Tue, 30 Jul 2019 02:01:28 +0300 Subject: [PATCH] Fix ci --- .circleci/config.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index fc7cb33..2ec99fd 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -16,19 +16,23 @@ jobs: name: npm install command: npm install test: - requires: - - build macos: xcode: "10.2.1" parallelism: 3 steps: - run: + requires: + - build name: iOS unit tests command: 'npm run test-unit-ios' - run: + requires: + - build name: Android unit tests command: 'npm run test-unit-android' - run: + requires: + - build name: Detox iOS CI command: 'npm run test-e2e-ios-release' workflows: -- 2.26.2