diff --git a/.circleci/config.yml b/.circleci/config.yml index bda701c3..8ff25fba 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -36,16 +36,16 @@ workflows: - checkout_code - rn/android_build: name: build_android_debug - project_path: "example/android" + attach_workspace: true + workspace_root: "example" build_type: debug - on_after_initialize: "cd example && yarn install --frozen-lockfile --non-interactive --cache-folder /tmp/yarn && cd .." requires: - analyse - rn/android_build: name: build_android_release - project_path: "example/android" + attach_workspace: true + workspace_root: "example" build_type: release - on_after_initialize: "cd example && yarn install --frozen-lockfile --non-interactive --cache-folder /tmp/yarn && cd .." requires: - analyse # - rn/android_test: