Commit 7f8f4081 authored by yogevbd's avatar yogevbd

Enable parallelised tests

parent caa1606e
......@@ -18,6 +18,7 @@ jobs:
test:
macos:
xcode: "10.2.1"
parallelism: 3
steps:
- run:
name: iOS unit tests
......@@ -27,4 +28,11 @@ jobs:
command: 'npm run test-unit-android'
- run:
name: Detox iOS CI
command: 'npm run test-e2e-ios-release'
\ No newline at end of file
command: 'npm run test-e2e-ios-release'
workflows:
version: 1
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