Skip to content

Commit 9a5df67

Browse files
committed
Fix CI: Build CLI binary before running tests
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.
1 parent f258831 commit 9a5df67

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
run: |
3838
cd packages/cli
3939
bun install
40+
bun run build
4041
bun test
4142
4243
build-extension:

0 commit comments

Comments
 (0)