Skip to content

Commit ec5ec9d

Browse files
committed
run sdk tests in CI
1 parent a5333f9 commit ec5ec9d

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
@@ -92,6 +92,7 @@ jobs:
9292
packages/agent-runtime,
9393
packages/billing,
9494
packages/internal,
95+
sdk,
9596
web,
9697
]
9798
include:
@@ -103,6 +104,7 @@ jobs:
103104
- package: packages/agent-runtime
104105
- package: packages/billing
105106
- package: packages/internal
107+
- package: sdk
106108
- package: web
107109
name: test-${{ matrix.package }}
108110
runs-on: ubuntu-latest
@@ -180,6 +182,7 @@ jobs:
180182
packages/agent-runtime,
181183
packages/billing,
182184
packages/internal,
185+
sdk,
183186
web,
184187
]
185188
include:
@@ -191,6 +194,7 @@ jobs:
191194
- package: packages/agent-runtime
192195
- package: packages/billing
193196
- package: packages/internal
197+
- package: sdk
194198
- package: web
195199
name: test-integration-${{ matrix.package }}
196200
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)