Commit 1c62ed5e authored by yogevbd's avatar yogevbd

Add ci unit tests

parent b11693bb
......@@ -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
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