This PR improves the caching techniques used in the .github/workflows/angular-tests.yml workflow file. By implementing caching for the node_modules directory, the workflow will be faster and more optimized.
Summary of Changes
Modified the .github/workflows/angular-tests.yml file to include caching configurations.
Added caching for the node_modules directory to reuse previously downloaded dependencies.
Reviewed and optimized the workflow file for further speed and efficiency improvements.
Fixes #66.
🎉 Latest improvements to Sweep:
Getting Sweep to run linters before committing! Check out Sweep Sandbox Configs to set it up.
Added support for self-hosting! Check out Self-hosting Sweep to get started.
[Self Hosting] Multiple options to compute vector embeddings, configure your .env file using VECTOR_EMBEDDING_SOURCE
💡 To get Sweep to edit this pull request, you can:
Leave a comment below to get Sweep to edit the entire PR
Leave a comment in the code will only modify the file
Edit the original issue to get Sweep to recreate the PR from scratch
PR Feedback (click)
Description
This PR improves the caching techniques used in the
.github/workflows/angular-tests.yml
workflow file. By implementing caching for thenode_modules
directory, the workflow will be faster and more optimized.Summary of Changes
.github/workflows/angular-tests.yml
file to include caching configurations.node_modules
directory to reuse previously downloaded dependencies.Fixes #66.
🎉 Latest improvements to Sweep:
💡 To get Sweep to edit this pull request, you can: