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
refactor: rename CI workflow jobs for clarity and add error handling
- Renamed 'test-install' to 'test-install-post-build' and 'test-cli-install' to 'test-cli-install-post-release' for better context.
- Added 'continue-on-error: true' to both jobs to allow the workflow to proceed even if these steps fail, improving robustness.
0 commit comments