-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Keep getting yarn cache is not found #410
Comments
Hello @mmahalwy. Thank you for your report. Could you please provide a public repository to reproduce the issue or a link to the build with issue. We've tried to reproduce it from our side but it works as expected. |
its sadly a private repo :( |
Hello @mmahalwy. I can suppose two things:
|
Hello @mmahalwy. For now I'm going to close the issue because I've tried to reproduce the issue but it works as expected. If you get any additional information feel free to ping us. |
ty |
I have this issue as well |
Having this issue too: first run, second run |
Here is something we can test @djohts. According to this answer https://stackoverflow.com/questions/55110729/how-do-i-cache-steps-in-github-actions/57958803#comment126885415_57958803 we might need to cache a second time in case of a miss.
|
Description:
Using yarn 1, continue getting
yarn cache is not found
on PRs that have run multiple times.Weirdly, this works on
pull_request
but not onpush
events.Push:
Pull request:
Action version:
@2
Platform:
Runner type:
Tools version:
yarn 1
Repro steps:
Expected behavior:
Should cache on both push and pull request events
Actual behavior:
Only caches for pull request
The text was updated successfully, but these errors were encountered: