Skip to content

Commit c5f27a4

Browse files
committed
fix ci
1 parent 1fe4433 commit c5f27a4

File tree

1 file changed

+19
-5
lines changed

1 file changed

+19
-5
lines changed

.github/workflows/ci.yml

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,14 +82,25 @@ jobs:
8282
needs: [build-and-check]
8383
strategy:
8484
matrix:
85-
package: [.agents, backend, cli, common, npm-app, packages, web]
85+
package:
86+
[
87+
.agents,
88+
backend,
89+
cli,
90+
common,
91+
npm-app,
92+
packages/agent-runtime,
93+
packages/billing,
94+
web,
95+
]
8696
include:
8797
- package: .agents
8898
- package: backend
8999
- package: cli
90100
- package: common
91101
- package: npm-app
92-
- package: packages
102+
- package: packages/agent-runtime
103+
- package: packages/billing
93104
- package: web
94105
name: test-${{ matrix.package }}
95106
runs-on: ubuntu-latest
@@ -155,13 +166,15 @@ jobs:
155166
needs: [build-and-check]
156167
strategy:
157168
matrix:
158-
package: [
169+
package:
170+
[
159171
.agents,
160172
backend,
161173
cli,
162174
common,
163175
npm-app,
164-
packages
176+
packages/agent-runtime,
177+
packages/billing,
165178
web,
166179
]
167180
include:
@@ -170,7 +183,8 @@ jobs:
170183
- package: cli
171184
- package: common
172185
- package: npm-app
173-
- package: packages
186+
- package: packages/agent-runtime
187+
- package: packages/billing
174188
- package: web
175189
name: test-integration-${{ matrix.package }}
176190
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)