Skip to content

Commit d31ae5d

Browse files
committed
add build step before tests in CI
protocol must be built before termprompt tests can resolve it
1 parent 8a92746 commit d31ae5d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323

2424
- run: pnpm install --frozen-lockfile
2525

26+
- run: pnpm build
27+
2628
- run: pnpm test
2729

2830
- run: pnpm typecheck

0 commit comments

Comments
 (0)