Created by: marcofugaro
Related issue: #2687 (closed)
Jest's cacheDirectory option is useful to allow caching react-scripts test on github workflows runs, using the action actions/cache@v2.
The default cacheDirectory value is not really cacheable on github workflows.