diff --git a/.circleci/config.yml b/.circleci/config.yml index 51cf88a56ddfc9594eb3a5bbc311b42330971efe..ae275bab9372cebbba6467cb9377e0df9076d2ec 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