fix(ci): ensure apt cache is saved for Playwright system deps#223
Merged
Conversation
Two fixes for the apt caching added in #218: 1. Set `Keep-Downloaded-Packages "true"` so apt retains .deb files after install (Ubuntu runners clean them by default) 2. Use explicit cache/restore + cache/save instead of actions/cache so archives are captured immediately after install, not in a post-job step where they may already be cleaned Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Contributor
|
🎉 This PR is included in version 1.9.0-beta.59 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Keep-Downloaded-Packages "true"so apt retains.debfiles after install (Ubuntu runners clean them by default)actions/cache/restore@v4+actions/cache/save@v4instead ofactions/cache@v4so archives are captured immediately after install, not in a post-job stepFollow-up fix for #218 where the apt cache step was added but never actually saved anything.
Test plan
Save apt cachestep uploads archivesapt-playwright-*entry ingh cache listSave apt cacheskipped → install-deps faster🤖 Generated with Claude Code