Skip to content

Commit 74070c1

Browse files
committed
Re-enable CLI tests in CI matrix
1 parent 11032f5 commit 74070c1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ jobs:
8686
[
8787
.agents,
8888
backend,
89+
cli,
8990
common,
9091
npm-app,
9192
packages/agent-runtime,
@@ -97,6 +98,7 @@ jobs:
9798
include:
9899
- package: .agents
99100
- package: backend
101+
- package: cli
100102
- package: common
101103
- package: npm-app
102104
- package: packages/agent-runtime
@@ -256,6 +258,8 @@ jobs:
256258
else
257259
echo "No integration tests found in .agents"
258260
fi
261+
elif [ "${{ matrix.package }}" = "cli" ]; then
262+
find src -name '*.integration.test.ts' | sort | xargs -I {} bun test --timeout=180000 {}
259263
else
260264
find src -name '*.integration.test.ts' | sort | xargs -I {} bun test --timeout=60000 {}
261265
fi

0 commit comments

Comments
 (0)