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

chore: cache playwright's browser binaries #3319

Merged
merged 1 commit into from
Nov 4, 2024

Conversation

wesbillman
Copy link
Collaborator

Cache playwright browser binaries to improve CI test speed

Fixes #3286

This was referenced Nov 4, 2024
@wesbillman wesbillman merged commit 43877a3 into main Nov 4, 2024
96 checks passed
@wesbillman wesbillman deleted the cache-playwright-browser-binaries branch November 4, 2024 17:22
@@ -56,3 +56,12 @@ runs:
key: ${{ runner.os }}-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-pnpm-
- name: Restore Playwright Browser Cache
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we move this to the e2e test action itself, so we're not restoring this for tests that don't use it?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah yeah! good call, will do

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.

Improve speed of console e2e test
2 participants