Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: improve integrationtests workflow caching (#2551)
- Add pnpm cache step using actions/cache@v4 for node_modules and pnpm store - Remove redundant pnpm cache from setup-node step - Add plugin dist cache to prevent unnecessary rebuilds Similar to the caching strategy in smoke-tests.yml, this change should significantly reduce workflow execution time by caching both dependencies and build artifacts. Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: Sayo <[email protected]>
- Loading branch information