diff --git a/.circleci/config.yml b/.circleci/config.yml index 0ee3cf612ef70c517cec058d38f12cfb66846ef8..1db2e65f81a0b66eb3bc6ba414634e97bcb110dc 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,18 +9,18 @@ jobs: - run: name: Install Dependencies command: scripts/install.ios.sh - - run: - name: Install Android - command: scripts/install.android.sh + # - run: + # name: Install Android + # command: scripts/install.android.sh - 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: iOS unit tests + # command: 'npm run test-unit-ios' + # - run: + # name: Android unit tests + # command: 'npm run test-unit-android' - run: name: Detox iOS e2e tests command: 'npm run test-e2e-ios-release' \ No newline at end of file