perf(backend): cache .venv path correctly #10
No reviewers
Labels
No labels
automerge
backend
bug
ci/tooling
dependencies
documentation
duplicate
enhancement
feature
frontend
good first issue
help wanted
invalid
question
research
test-dependencies
wontfix
No milestone
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference: marc/rotini#10
Loading…
Reference in a new issue
No description provided.
Delete branch "perf/ci-caching"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The
path
input of caching actions was not set properly to account for thefrontend/
andbackend/
namespacing of each app. The confusion might have stemmed from the working directory default that's onrun
blocks but that wouldn't apply touses
.Prefixing cache retrieval paths with the appropriate top-level directory allows the post-action in Setup to cache dependencies correctly, and each of the steps to retrieve it as they should.
🎉 Builds are now superfast.