Skip to content

Commit

Permalink
Send root honeycomb event even if node_modules cache already exists
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueWinds committed Feb 8, 2022
1 parent 705262f commit 9d433c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions circle.yml
Expand Up @@ -206,6 +206,9 @@ commands:
name: Restore cache state, to check for known modules cache existence
keys:
- v{{ .Environment.CACHE_VERSION }}-{{ arch }}-system-tests-projects-node-modules-cache-state-{{ checksum "system_tests_cache_key" }}
- run:
name: Send root honeycomb event for this CI build
command: node ./system-tests/lib/performance-reporter.js
- run:
name: Bail if specific cache exists
command: |
Expand All @@ -221,9 +224,6 @@ commands:
- run:
name: Update system-tests node_modules cache
command: yarn workspace @tooling/system-tests projects:yarn:install
- run:
name: Send root honeycomb event
command: node ./system-tests/lib/performance-reporter.js
- save_cache:
name: Save system tests node_modules cache
key: v{{ .Environment.CACHE_VERSION }}-{{ arch }}-system-tests-projects-node-modules-cache-{{ checksum "system_tests_cache_key" }}
Expand Down

0 comments on commit 9d433c7

Please sign in to comment.