Commit fea314c4 authored by yogevbd's avatar yogevbd

f

parent 08076923
...@@ -9,18 +9,18 @@ jobs: ...@@ -9,18 +9,18 @@ jobs:
- run: - run:
name: Install Dependencies name: Install Dependencies
command: scripts/install.ios.sh command: scripts/install.ios.sh
- run: # - run:
name: Install Android # name: Install Android
command: scripts/install.android.sh # command: scripts/install.android.sh
- run: - run:
name: npm install name: npm install
command: npm install command: npm install
- run: # - run:
name: iOS unit tests # name: iOS unit tests
command: 'npm run test-unit-ios' # command: 'npm run test-unit-ios'
- run: # - run:
name: Android unit tests # name: Android unit tests
command: 'npm run test-unit-android' # command: 'npm run test-unit-android'
- run: - run:
name: Detox iOS e2e tests name: Detox iOS e2e tests
command: 'npm run test-e2e-ios-release' 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