-
Notifications
You must be signed in to change notification settings - Fork 3
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
DevOps: UI: use cache from lint during build #137
Comments
@JakobLichterfeld I think the cache is already in use, or did I miss something? https://github.com/TheRealKasumi/TesLight/actions/runs/4055643631/jobs/6979063142#step:7:17 |
@danielbayerlein One cache is in use for the linting step and another cache is in use for the build step from what I see. The goal would be to only use one cache for both jobs. |
@JakobLichterfeld IMO the cache is reused because the jobs use the same cache key. |
Imo they do not share the cache, as currently the step_id is used in cache key, which is different for the two jobs. I will debug and adjust if necessary. |
Cache from Linting is already in use (step_id is not used in cache key but in path key) |
During the UI build, the cache from the linting could be reused.
The text was updated successfully, but these errors were encountered: