kou commented on PR #36373:
URL: https://github.com/apache/arrow/pull/36373#issuecomment-1621044690
The existing cache is used even when dependencies are only changed because
we have `restore-keys: js-jest-cache-${{ runner.os }}-`.
But the cache isn't updated if we don't have `'js/yarn.lock'` in
`hashFiles()`. Because the cache key isn't changed.
If jest's cache depends on dependencies too, we should add `js/yarn.lock` to
`hashFiles()` too.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]