From eae86a3761fffbfad38e7973fbbbd18deb83d492 Mon Sep 17 00:00:00 2001 From: yogevbd Date: Mon, 29 Jul 2019 19:33:49 +0300 Subject: [PATCH] Remove multiple steps --- .circleci/config.yml | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0737c00..547cd4b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,5 +1,5 @@ -version: 2 +version: 1 jobs: build: macos: @@ -15,11 +15,6 @@ jobs: - run: name: npm install command: npm install - test: - macos: - xcode: "10.2.1" - parallelism: 3 - steps: - run: name: iOS unit tests command: 'npm run test-unit-ios' @@ -28,10 +23,4 @@ jobs: command: 'npm run test-unit-android' - run: name: Detox iOS CI - command: 'npm run test-e2e-ios-release' -workflows: - version: 2 - build_and_test: - jobs: - - build - - test \ No newline at end of file + command: 'npm run test-e2e-ios-release' \ No newline at end of file -- 2.26.2