mirror of
https://github.com/claude-did-this/claude-hub.git
synced 2026-02-14 19:30:02 +01:00
Added workspace cleanup step to fix coverage file permissions before checkout in the Docker Build and Publish workflow. This prevents the "Permission denied" errors when GitHub Actions tries to clean the workspace containing Jest-generated coverage files with restrictive permissions. The fix applies the same solution already used in CI and PR workflows: - Pre-checkout: Fix permissions and remove coverage directory - Checkout: Use clean mode to ensure fresh workspace Fixes GitHub Actions error: "File was unable to be removed Error: EACCES: permission denied, rmdir 'coverage/lcov-report'" 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>