File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ commands:
47
47
save-cache-detox-env :
48
48
steps :
49
49
- save_cache :
50
- key : detox-env-{{ .Environment.CACHE_VERSION }}-{{ arch }}-{{ .Environment.XCODE_VERSION }}-{{ .Environment.CIRCLE_WORKING_DIRECTORY }}
50
+ key : detox-env-{{ .Environment.CACHE_VERSION }}-{{ arch }}-{{ checksum "/usr/bin/xcodebuild" }}-{{ .Environment.CIRCLE_WORKING_DIRECTORY }}
51
51
paths :
52
52
- /usr/local/Homebrew
53
53
- ~/Library/Caches/Homebrew
@@ -56,7 +56,7 @@ commands:
56
56
- restore_cache :
57
57
name : Restoring Detox Env Cache
58
58
keys :
59
- - detox-env-{{ .Environment.CACHE_VERSION }}-{{ arch }}-{{ .Environment.XCODE_VERSION }}-{{ .Environment.CIRCLE_WORKING_DIRECTORY }}
59
+ - detox-env-{{ .Environment.CACHE_VERSION }}-{{ arch }}-{{ checksum "/usr/bin/xcodebuild" }}-{{ .Environment.CIRCLE_WORKING_DIRECTORY }}
60
60
save-cache-detox-app :
61
61
steps :
62
62
- save_cache :
@@ -112,6 +112,7 @@ commands:
112
112
command : |
113
113
detox clean-framework-cache && detox build-framework-cache
114
114
- save-cache-detox-env
115
+
115
116
install-node :
116
117
steps :
117
118
- node/install :
You can’t perform that action at this time.
0 commit comments