Skip to content

Commit 25f8ac1

Browse files
tinmancodingopencode
andcommitted
fix: add build step before integration tests in CI pipeline
🤖 Generated with [opencode](https://opencode.ai) Co-Authored-By: opencode <noreply@opencode.ai>
1 parent fdc45dc commit 25f8ac1

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
- name: Unit tests
3030
run: devbox run test:unit
3131

32+
- name: Build for integration tests
33+
run: devbox run build
34+
3235
- name: Integration tests
3336
run: devbox run test:integration
3437

@@ -51,5 +54,8 @@ jobs:
5154
with:
5255
enable-cache: true
5356

57+
- name: Build for integration tests
58+
run: devbox run build
59+
5460
- name: Integration tests
5561
run: devbox run test:integration

0 commit comments

Comments
 (0)