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

Fix concurrent cache writing issue in CI #23

Open
PaulRBerg opened this issue Aug 14, 2021 · 1 comment
Open

Fix concurrent cache writing issue in CI #23

PaulRBerg opened this issue Aug 14, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@PaulRBerg
Copy link
Contributor

The @actions/setup-node@v2 action is used in four jobs in the CI workflow, which causes the following error:

Unable to reserve cache with key node-cache-Linux-yarn-ed73988f6a7bd1a0270433a2d2ff89c15016643cf8f05a2fb87a270786528399, another job may be creating this cache.

All of the jobs attempt to write to the cache using the same key.

@PaulRBerg PaulRBerg added the bug Something isn't working label Aug 14, 2021
@PaulRBerg
Copy link
Contributor Author

PaulRBerg commented Aug 14, 2021

Don't think I can solve this without this missing setting in the @actions/setup-node action: actions/setup-node#319.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant