From caa1606ed33a580a4a76bb280e8456bcb3c709e3 Mon Sep 17 00:00:00 2001 From: yogevbd Date: Mon, 29 Jul 2019 17:29:19 +0300 Subject: [PATCH] Separated jobs --- .circleci/config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 547cd4b..ba583e6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -15,6 +15,10 @@ jobs: - run: name: npm install command: npm install + test: + macos: + xcode: "10.2.1" + steps: - run: name: iOS unit tests command: 'npm run test-unit-ios' -- 2.26.2