Skip to content

Commit 2de0bca

Browse files
committed
add cli tests to CI
1 parent 9e4f8d9 commit 2de0bca

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -83,14 +83,15 @@ jobs:
8383
strategy:
8484
matrix:
8585
package:
86-
[npm-app, backend, common, web, packages/agent-runtime, .agents]
86+
[.agents, backend, cli, common, npm-app, packages/agent-runtime, web]
8787
include:
88-
- package: npm-app
88+
- package: .agents
8989
- package: backend
90+
- package: cli
9091
- package: common
91-
- package: web
92+
- package: npm-app
9293
- package: packages/agent-runtime
93-
- package: .agents
94+
- package: web
9495
name: test-${{ matrix.package }}
9596
runs-on: ubuntu-latest
9697
steps:
@@ -153,14 +154,15 @@ jobs:
153154
strategy:
154155
matrix:
155156
package:
156-
[npm-app, backend, common, packages/agent-runtime, web, .agents]
157+
[.agents, backend, cli, common, npm-app, packages/agent-runtime, web]
157158
include:
158-
- package: npm-app
159+
- package: .agents
159160
- package: backend
161+
- package: cli
160162
- package: common
163+
- package: npm-app
161164
- package: packages/agent-runtime
162165
- package: web
163-
- package: .agents
164166
name: test-integration-${{ matrix.package }}
165167
runs-on: ubuntu-latest
166168
steps:

0 commit comments

Comments
 (0)