diff --git a/.circleci/config.yml b/.circleci/config.yml index fc7cb333b4e84e57d8b944b09eb5e7578b97421a..2ec99fd1fcde3a23d76ee31e8d13f7ffe02ee311 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: