Skip to content

Commit 9d433c7

Browse files
committed
Send root honeycomb event even if node_modules cache already exists
1 parent 705262f commit 9d433c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

circle.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,9 @@ commands:
206206
name: Restore cache state, to check for known modules cache existence
207207
keys:
208208
- 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
209212
- run:
210213
name: Bail if specific cache exists
211214
command: |
@@ -221,9 +224,6 @@ commands:
221224
- run:
222225
name: Update system-tests node_modules cache
223226
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
227227
- save_cache:
228228
name: Save system tests node_modules cache
229229
key: v{{ .Environment.CACHE_VERSION }}-{{ arch }}-system-tests-projects-node-modules-cache-{{ checksum "system_tests_cache_key" }}

0 commit comments

Comments
 (0)