We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5f27a4 commit e88a0e3Copy full SHA for e88a0e3
1 file changed
.github/workflows/ci.yml
@@ -91,6 +91,7 @@ jobs:
91
npm-app,
92
packages/agent-runtime,
93
packages/billing,
94
+ packages/internal,
95
web,
96
]
97
include:
@@ -101,6 +102,7 @@ jobs:
101
102
- package: npm-app
103
- package: packages/agent-runtime
104
- package: packages/billing
105
+ - package: packages/internal
106
- package: web
107
name: test-${{ matrix.package }}
108
runs-on: ubuntu-latest
@@ -175,6 +177,7 @@ jobs:
175
177
176
178
179
180
181
182
183
@@ -185,6 +188,7 @@ jobs:
185
188
186
189
187
190
191
192
193
name: test-integration-${{ matrix.package }}
194
0 commit comments