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
The CLI tests were hanging in GitHub Actions because they spawn dist/promptcode
which didn't exist. The workflow now builds the binary before running tests.
This fixes the test hanging issue that was preventing releases from completing.
0 commit comments