perf: cache system deps and npm packages in test workflow #31
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
Dockerfile.testwith system dependencies (git,python3,make,g++) pre-installed, eliminatingapt-geton every CI run--cache-fromso Docker layer cache on the NAS host is reused after the first runactual-mcp-npm-cache) for npm's cache directory, speeding upnpm installon subsequent runsTest plan
apt-getstep is gone,npm installis faster🤖 Generated with Claude Code