Commit add0007d authored by yogevbd's avatar yogevbd

Fix ci

parent 2c604868
......@@ -16,19 +16,23 @@ jobs:
name: npm install
command: npm install
test:
requires:
- build
macos:
xcode: "10.2.1"
parallelism: 3
steps:
- run:
requires:
- build
name: iOS unit tests
command: 'npm run test-unit-ios'
- run:
requires:
- build
name: Android unit tests
command: 'npm run test-unit-android'
- run:
requires:
- build
name: Detox iOS CI
command: 'npm run test-e2e-ios-release'
workflows:
......
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