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
Based on GitHub Actions best practices and known Bun issues:
- Use ubuntu-20.04 instead of ubuntu-24.04 (more stable for runners)
- Pin Bun to v1.0.4 (known stable version, v1.0.5+ had SIGABRT issues)
- Add workflow timeout of 10 minutes
- Add step-level timeout of 5 minutes for CLI tests
- Use --frozen-lockfile for deterministic installs
- Increase per-test timeout to 10 seconds
The test job was added in PR #6 without proper configuration,
causing the release workflow to hang indefinitely.
0 commit comments