-
Notifications
You must be signed in to change notification settings - Fork 10
refactor(ci): remove artifacts upload/download with Turbo remote caching #363
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
base: main
Are you sure you want to change the base?
Conversation
Turbo remote caching을 사용하므로 artifacts 업로드/다운로드가 불필요합니다. 각 job에서 pnpm build 실행 시 자동으로 캐시에서 가져옵니다. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
|
|
Note Gemini is unable to generate a summary for this pull request due to the file types involved not being currently supported. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
✅ All tests passed!
Click here if you need to update snapshots. |
…actor-workflow-artifact
Description of Changes
Turbo remote caching is enabled, rendering GitHub Actions artifact uploads/downloads unnecessary.
Changes:
buildjobtypesandvitestjobsneeds: builddependency, enabling all jobs to run in parallelWhen
pnpm buildis executed in each job, Turbo automatically fetches from the remote cache.Reference Job
Looking at this job, it shows a cache hit but isn't using the build artifact. You can see that a cache hit occurs when there are no file changes.
Checklist