File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -206,6 +206,9 @@ commands:
206
206
name : Restore cache state, to check for known modules cache existence
207
207
keys :
208
208
- v{{ .Environment.CACHE_VERSION }}-{{ arch }}-system-tests-projects-node-modules-cache-state-{{ checksum "system_tests_cache_key" }}
209
+ - run :
210
+ name : Send root honeycomb event for this CI build
211
+ command : node ./system-tests/lib/performance-reporter.js
209
212
- run :
210
213
name : Bail if specific cache exists
211
214
command : |
@@ -221,9 +224,6 @@ commands:
221
224
- run :
222
225
name : Update system-tests node_modules cache
223
226
command : yarn workspace @tooling/system-tests projects:yarn:install
224
- - run :
225
- name : Send root honeycomb event
226
- command : node ./system-tests/lib/performance-reporter.js
227
227
- save_cache :
228
228
name : Save system tests node_modules cache
229
229
key : v{{ .Environment.CACHE_VERSION }}-{{ arch }}-system-tests-projects-node-modules-cache-{{ checksum "system_tests_cache_key" }}
You can’t perform that action at this time.
0 commit comments