We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67909b1 commit b9ad38dCopy full SHA for b9ad38d
.github/workflows/ci.yml
@@ -135,6 +135,10 @@ jobs:
135
- name: Build SDK before tests
136
run: cd sdk && bun run build
137
138
+ - name: Prebuild CLI agents
139
+ if: matrix.package == 'cli'
140
+ run: cd cli && bun run prebuild:agents
141
+
142
- name: Run ${{ matrix.package }} tests
143
uses: nick-fields/retry@v3
144
with:
@@ -228,6 +232,10 @@ jobs:
228
232
- name: Build SDK before integration tests
229
233
230
234
235
236
237
238
231
239
- name: Run ${{ matrix.package }} integration tests
240
241
0 commit comments