-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix restore-cache issue on CircleCi #5688
Conversation
Codecov Report
@@ Coverage Diff @@
## master #5688 +/- ##
=======================================
Coverage 63.16% 63.16%
=======================================
Files 216 216
Lines 7913 7913
Branches 4 4
=======================================
Hits 4998 4998
Misses 2914 2914
Partials 1 1 Continue to review full report at Codecov.
|
PR is finished.
|
I rewrote previous commits by force pushing only the final commit. But please see the full history of build logs for this PR at https://circleci.com/gh/facebook/jest/tree/pull%2F5688.
First & second batch of this PR on picture: The latest builds in this PR build log are using cache from fixed |
Ok, so the test-browser's docker image had different home dir set up and we need to adjust that. Makes sense 👍 |
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Summary
Should fix #5687 and fix #5526.
Test plan