perf: cache system deps and npm packages in test workflow #32
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/test_improvements"
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?
Summary
Build test imagestep: inlines aDockerfilevia stdin to buildactual-mcp-test:latestwithgit,python3,make,g++pre-installed — eliminatingapt-geton every run (Docker layer cache persists on the NAS host)Clone repositoryandRun testsinto separate steps, sharing state via a named Docker volume (actual-mcp-src)actual-mcp-npm-cache) for npm's cache directory to speed upnpm installTest plan
apt-getstep is gone,npm installis faster🤖 Generated with Claude Code
Pull request closed