You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🔧 Fix CI file deletion issue by using workspace temp directory
ROOT CAUSE DISCOVERED: GitHub Actions immediately deletes files created in RUNNER_TEMP
- File writes succeed but files disappear immediately after creation
- writeFileSync succeeds but realpathSync fails with ENOENT
- Switch to workspace-based temp directory: process.cwd()/test-tmp/
- Add test-tmp/ to .gitignore
This should finally fix the 8 CI test failures.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments