From 1c62ed5e8a4d21b9a1c1a50967e13634db6b729b Mon Sep 17 00:00:00 2001 From: yogevbd Date: Mon, 29 Jul 2019 17:13:12 +0300 Subject: [PATCH] Add ci unit tests --- .circleci/config.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 51cf88a..ae275ba 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -12,6 +12,12 @@ jobs: - run: name: npm install command: npm install + - run: + name: iOS unit tests + command: 'npm run test-unit-ios' + - run: + name: Android unit tests + command: 'npm run test-unit-android' - run: name: Detox iOS CI command: 'npm run test-e2e-ios-release' \ No newline at end of file -- 2.26.2