diff --git a/.circleci/config.yml b/.circleci/config.yml index 2ec99fd1fcde3a23d76ee31e8d13f7ffe02ee311..b1cfbf1eb4e31c836088ec799d8a945b9d176738 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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