Commit d5e40b76 authored by yogevbd's avatar yogevbd

f

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