Try tests split
This commit is contained in:
parent
68f92d0a39
commit
29bd04dfbe
|
@ -501,6 +501,7 @@ jobs:
|
||||||
name: android/android-machine
|
name: android/android-machine
|
||||||
resource-class: xlarge
|
resource-class: xlarge
|
||||||
tag: 2022.12.1
|
tag: 2022.12.1
|
||||||
|
parallelism: 3
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- attach_workspace:
|
- attach_workspace:
|
||||||
|
@ -522,7 +523,8 @@ jobs:
|
||||||
- run:
|
- run:
|
||||||
name: Run Detox Tests
|
name: Run Detox Tests
|
||||||
command: |
|
command: |
|
||||||
yarn e2e:android-test
|
TEST=$(circleci tests glob "e2e/tests/**/*.ts" | circleci tests split)
|
||||||
|
yarn e2e:android-test $TEST
|
||||||
- store_artifacts:
|
- store_artifacts:
|
||||||
path: artifacts
|
path: artifacts
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue