Commit fbf0cd19 authored by yogevbd's avatar yogevbd

f

parent c6cf840f
version: 2
jobs:
build:
test:
macos:
xcode: "10.2.1"
steps:
......@@ -15,9 +15,6 @@ jobs:
- run:
name: npm install
command: npm install
test:
parallelism: 3
steps:
- run:
name: iOS unit tests
command: 'npm run test-unit-ios'
......@@ -27,11 +24,3 @@ jobs:
- run:
name: Detox iOS CI
command: 'npm run test-e2e-ios-release'
\ No newline at end of file
workflows:
version: 2
build-and-test:
jobs:
- build
- test:
requires:
- build
\ 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