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

feat: add Chrome dependencies caching to GitHub Actions #63

Conversation

devin-ai-integration[bot]
Copy link

This PR implements caching for Chrome dependencies in GitHub Actions to reduce build time.

Changes:

  • Add actions/cache@v3 for Chrome dependencies
  • Cache apt package lists and binaries
  • Use workflow file hash for cache key
  • Add conditional installation based on cache hits

Expected improvements:

  • Significantly reduced Chrome dependencies installation time
  • Faster CI builds on subsequent runs
  • Proper cache invalidation when dependencies change

Link to Devin run: https://app.devin.ai/sessions/0864654fd20e4aa59911fefd5cf7fc73

- Cache Chrome and Xvfb binaries using actions/cache@v3
- Cache apt package lists to avoid apt-get update
- Add conditional installation based on cache hits
- Use workflow file hash for cache key to ensure proper invalidation

Co-Authored-By: [email protected] <[email protected]>
Copy link
Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add "(aside)" to your comment to have me ignore it.
  • Look at CI failures and help fix them

⚙️ Control Options:

  • Disable automatic comment and CI monitoring

@coorasse coorasse closed this Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant