Commit fea314c4 authored by yogevbd's avatar yogevbd

f

parent 08076923
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment