Skip to content

fix: disable uv cache pruning to prevent post-job cleanup failure#9

Merged
earhackerdem merged 1 commit intomasterfrom
fix/uv-cache-prune-cleanup
Mar 21, 2026
Merged

fix: disable uv cache pruning to prevent post-job cleanup failure#9
earhackerdem merged 1 commit intomasterfrom
fix/uv-cache-prune-cleanup

Conversation

@earhackerdem
Copy link
Copy Markdown
Owner

Problema

Los jobs de CI fallaban por un error en el post-job cleanup de astral-sh/setup-uv@v5:

Post Install uv  Pruning cache...
Post Install uv  ##[error]The process '/opt/hostedtoolcache/uv/0.10.12/x86_64/uv' failed with exit code 2

Este error ocurría después de que todos los tests pasaran correctamente (62/62 en frontend, todos en backend). El proceso de cache prune tardaba 5 minutos y terminaba con exit code 2, marcando el job como fallido.

Fix

Agregar prune-cache: false en ambos workflows para desactivar el paso de cache pruning en el post-job cleanup de setup-uv@v5.

Archivos modificados

  • .github/workflows/test-backend.yml
  • .github/workflows/test-frontend.yml

Made with Cursor

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Mar 21, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@earhackerdem earhackerdem merged commit d76aaa5 into master Mar 21, 2026
2 checks passed
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.

2 participants