Skip to content

Commit 9e4f8d9

Browse files
committed
change CI tests to include web and agent-runtime
1 parent 2fa54fa commit 9e4f8d9

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,14 @@ jobs:
8282
needs: [build-and-check]
8383
strategy:
8484
matrix:
85-
package: [npm-app, backend, common, .agents]
85+
package:
86+
[npm-app, backend, common, web, packages/agent-runtime, .agents]
8687
include:
8788
- package: npm-app
8889
- package: backend
8990
- package: common
91+
- package: web
92+
- package: packages/agent-runtime
9093
- package: .agents
9194
name: test-${{ matrix.package }}
9295
runs-on: ubuntu-latest
@@ -149,11 +152,14 @@ jobs:
149152
needs: [build-and-check]
150153
strategy:
151154
matrix:
152-
package: [npm-app, backend, common, .agents]
155+
package:
156+
[npm-app, backend, common, packages/agent-runtime, web, .agents]
153157
include:
154158
- package: npm-app
155159
- package: backend
156160
- package: common
161+
- package: packages/agent-runtime
162+
- package: web
157163
- package: .agents
158164
name: test-integration-${{ matrix.package }}
159165
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)