Commit add0007d authored by yogevbd's avatar yogevbd

Fix ci

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