Commit c505c577 authored by yogevbd's avatar yogevbd

Revert "Remove multiple steps"

This reverts commit eae86a37.
parent c65d91c1
version: 1 version: 2
jobs: jobs:
build: build:
macos: macos:
...@@ -15,6 +15,11 @@ jobs: ...@@ -15,6 +15,11 @@ jobs:
- run: - run:
name: npm install name: npm install
command: npm install command: npm install
test:
macos:
xcode: "10.2.1"
parallelism: 3
steps:
- run: - run:
name: iOS unit tests name: iOS unit tests
command: 'npm run test-unit-ios' command: 'npm run test-unit-ios'
...@@ -23,4 +28,10 @@ jobs: ...@@ -23,4 +28,10 @@ jobs:
command: 'npm run test-unit-android' command: 'npm run test-unit-android'
- run: - run:
name: Detox iOS CI name: Detox iOS CI
command: 'npm run test-e2e-ios-release' command: 'npm run test-e2e-ios-release'
\ No newline at end of file workflows:
version: 2
build_and_test:
jobs:
- build
- test
\ 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