Skip to content
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

CircleCi build - fails on restore-cache #5687

Closed
peterdanis opened this issue Feb 28, 2018 · 3 comments · Fixed by #5688
Closed

CircleCi build - fails on restore-cache #5687

peterdanis opened this issue Feb 28, 2018 · 3 comments · Fixed by #5688

Comments

@peterdanis
Copy link
Contributor

PR CircleCi build are sometimes failing on restore-cache step. See https://circleci.com/gh/facebook/jest/16247

image

This is caused by test-browser build job having different working dir than the rest.

image

It is causing issue only if test-browser build job is the first to get to save-cache step and if there are follow-up builds in the same PR (e.g. adding a new commit to PR).

@thymikee
Copy link
Collaborator

Interesting! Can you send a PR with a fix? Should be straight forward. and maybe add some followup commits to see if the cache is properly retrieved.

@thymikee
Copy link
Collaborator

Also, we track this in the other issue: #5526

@github-actions
Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 12, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants