Try tests split

This commit is contained in:
Diego Mello 2023-02-24 17:35:50 -03:00
parent 68f92d0a39
commit 29bd04dfbe
1 changed files with 3 additions and 1 deletions

View File

@ -501,6 +501,7 @@ jobs:
name: android/android-machine
resource-class: xlarge
tag: 2022.12.1
parallelism: 3
steps:
- checkout
- attach_workspace:
@ -522,7 +523,8 @@ jobs:
- run:
name: Run Detox Tests
command: |
yarn e2e:android-test
TEST=$(circleci tests glob "e2e/tests/**/*.ts" | circleci tests split)
yarn e2e:android-test $TEST
- store_artifacts:
path: artifacts