Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement caching for GitHub Actions #88

Closed
6 tasks done
Assignees
Labels
🖱️ DX Improvements to the Developer Experience

Comments

@redeboer
Copy link
Member

redeboer commented Nov 1, 2022

See github.com/actions/cache and Caching dependencies to speed up workflows.

Some things that can be cached:

It's important that these caches are refreshed upon dependency changes or changes to the src code.

Related PRs

Preview Give feedback
  1. 🖱️ DX
    redeboer
  2. 🖱️ DX
    redeboer
  3. 🖱️ DX
    redeboer
  4. 🖱️ DX
    redeboer
  5. 🖱️ DX
    redeboer
  6. 🖱️ DX
    redeboer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment