Skip to content

Commit b9ad38d

Browse files
committed
ci: fix e2e test by prebuilding agents
1 parent 67909b1 commit b9ad38d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,10 @@ jobs:
135135
- name: Build SDK before tests
136136
run: cd sdk && bun run build
137137

138+
- name: Prebuild CLI agents
139+
if: matrix.package == 'cli'
140+
run: cd cli && bun run prebuild:agents
141+
138142
- name: Run ${{ matrix.package }} tests
139143
uses: nick-fields/retry@v3
140144
with:
@@ -228,6 +232,10 @@ jobs:
228232
- name: Build SDK before integration tests
229233
run: cd sdk && bun run build
230234

235+
- name: Prebuild CLI agents
236+
if: matrix.package == 'cli'
237+
run: cd cli && bun run prebuild:agents
238+
231239
- name: Run ${{ matrix.package }} integration tests
232240
uses: nick-fields/retry@v3
233241
with:

0 commit comments

Comments
 (0)