Commit d5e40b76 authored by yogevbd's avatar yogevbd

f

parent add0007d
...@@ -21,23 +21,19 @@ jobs: ...@@ -21,23 +21,19 @@ jobs:
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:
version: 2 version: 2
build_and_test: build-and-test:
jobs: jobs:
- build - build
- test - test:
\ No newline at end of file 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