diff --git a/.circleci/config.yml b/.circleci/config.yml index b0e3848ea6c118de824848ee0ce9dae68762b0a5..f4a5b8e40b22df4a85bcc9b7edc0a4947249e050 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,7 +1,7 @@ version: 2 jobs: - build: + test: macos: xcode: "10.2.1" steps: @@ -15,9 +15,6 @@ jobs: - run: name: npm install command: npm install - test: - parallelism: 3 - steps: - run: name: iOS unit tests command: 'npm run test-unit-ios' @@ -26,12 +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: - requires: - - build \ No newline at end of file + command: 'npm run test-e2e-ios-release' \ No newline at end of file