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

Github validate action doesn't cache node_modules properly #24

Open
ritave opened this issue Jul 20, 2022 · 0 comments
Open

Github validate action doesn't cache node_modules properly #24

ritave opened this issue Jul 20, 2022 · 0 comments
Labels
bug Something isn't working tools This issue concerns the tooling used in this repository

Comments

@ritave
Copy link
Member

ritave commented Jul 20, 2022

.github/workflows/validate.yml:validate action fails to recover cache using actions/cache@v2 step.

My theory is that due to changed default directory for all steps inside that job, the actions/cache@v2 step gets confused concerning the path that should be cached and tries to cache a non existing folder.

@ritave ritave added the bug Something isn't working label Jul 20, 2022
@ritave ritave added the tools This issue concerns the tooling used in this repository label Sep 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working tools This issue concerns the tooling used in this repository
Projects
None yet
Development

No branches or pull requests

1 participant