Skip to content

Cache build artifacts between CI jobs#2

Merged
gcarvelli merged 2 commits intomainfrom
gcarvelli/cache-build-artifacts
Feb 6, 2026
Merged

Cache build artifacts between CI jobs#2
gcarvelli merged 2 commits intomainfrom
gcarvelli/cache-build-artifacts

Conversation

@gcarvelli
Copy link

Upload build output from build-and-test job and restore in deploy job to avoid rebuilding. The deploy job still installs dependencies (needed for wrangler CLI) but skips the expensive npm run build:cloudflare step.

This reduces CI/CD duration by eliminating duplicate builds on each deployment.

gcarvelli and others added 2 commits February 6, 2026 13:45
Upload build output from build-and-test job and restore in deploy job to avoid rebuilding. The deploy job still installs dependencies (needed for wrangler CLI) but skips the expensive npm run build:cloudflare step.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
@gcarvelli gcarvelli merged commit 3546e8f into main Feb 6, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant