From 158ac950ad1ac4bef16eb99818a2dfac648ea6db Mon Sep 17 00:00:00 2001 From: Diego Mello Date: Wed, 1 Mar 2023 16:11:03 -0300 Subject: [PATCH] Fix attach --- .circleci/config.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index da4b187a1..e1e82c85c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -195,8 +195,6 @@ commands: description: "Build iOS app" steps: - checkout - - attach_workspace: - at: /Users/distiller/project - restore_cache: *restore-gems-cache - restore_cache: *restore-npm-cache-mac - run: *install-npm-modules @@ -590,15 +588,14 @@ jobs: root: /Users/distiller/project paths: - ios/build/Build/Products/Release-iphonesimulator/Rocket.Chat Experimental.app - - ios/DerivedData/Build/Products ios-test-e2e: executor: mac-env parallelism: 4 steps: - checkout - # - attach_workspace: - # at: /Users/distiller/project + - attach_workspace: + at: /Users/distiller/project - restore_cache: *restore-npm-cache-mac - run: *install-npm-modules - save_cache: *save-npm-cache-mac