We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5333f9 commit ec5ec9dCopy full SHA for ec5ec9d
1 file changed
.github/workflows/ci.yml
@@ -92,6 +92,7 @@ jobs:
92
packages/agent-runtime,
93
packages/billing,
94
packages/internal,
95
+ sdk,
96
web,
97
]
98
include:
@@ -103,6 +104,7 @@ jobs:
103
104
- package: packages/agent-runtime
105
- package: packages/billing
106
- package: packages/internal
107
+ - package: sdk
108
- package: web
109
name: test-${{ matrix.package }}
110
runs-on: ubuntu-latest
@@ -180,6 +182,7 @@ jobs:
180
182
181
183
184
185
186
187
188
@@ -191,6 +194,7 @@ jobs:
191
194
192
195
193
196
197
198
199
name: test-integration-${{ matrix.package }}
200
0 commit comments