From d5e40b769e271474140e79a479f602cf92968cd1 Mon Sep 17 00:00:00 2001 From: yogevbd Date: Tue, 30 Jul 2019 20:18:25 +0300 Subject: [PATCH] f --- .circleci/config.yml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2ec99fd..b1cfbf1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -21,23 +21,19 @@ jobs: 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: version: 2 - build_and_test: + build-and-test: jobs: - build - - test \ No newline at end of file + - test: + requires: + - build \ No newline at end of file -- 2.26.2