Skip to content

Commit

Permalink
[TEST] Disable npm cache
Browse files Browse the repository at this point in the history
Attempt to have "Check Correctness" CI job pass, which is currently
failing with `cb() never called` errors.
  • Loading branch information
dcalhoun committed Aug 19, 2021
1 parent 0a8a2b5 commit f9d94f4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ commands:
- i18n-cache/data
npm-install-full:
steps:
- restore_cache:
name: Restore NPM Cache
keys:
- npm-i18n-v4-cache-v{{ .Environment.CACHE_TRIGGER_VERSION }}-job-{{ .Environment.CIRCLE_JOB }}-{{ checksum "gutenberg/package-lock.json" }}
- run:
name: NPM Install Full
command: |
Expand Down

0 comments on commit f9d94f4

Please sign in to comment.