Problem/Motivation
See #3462763: Use artifacts to share the phpstan result and cspell caches from core to MRs for the general approach.
cspell runs currently have to run on only diffed files which occasionally introduces errors when the dictionary is updated elsewhere.
If we can get caching to work, we should be able to do a full cspell run instead.
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
Introduced terminology
API changes
Data model changes
Release notes snippet
Issue fork drupal-3463949
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
- 3463949-use-artifacts-to
changes, plain diff MR !8940
- 3462763-cache-warming-job
compare
Comments
Comment #3
catchComment #5
catchGoing to merge this back into #3462763: Use artifacts to share the phpstan result and cspell caches from core to MRs.