Skip to content

Commit ddb3e4c

Browse files
committed
ci: install opencode cli for e2e tests
1 parent db70898 commit ddb3e4c

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
- name: Install dependencies
2323
run: bun install
2424

25+
- name: Install OpenCode CLI
26+
run: curl -fsSL https://opencode.ai/install | bash -s -- --no-modify-path
27+
2528
- name: TypeScript typecheck
2629
run: bun run typecheck
2730

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
- name: Install dependencies
2727
run: bun install
2828

29+
- name: Install OpenCode CLI
30+
run: curl -fsSL https://opencode.ai/install | bash -s -- --no-modify-path
31+
2932
- name: TypeScript typecheck
3033
run: bun run typecheck
3134

0 commit comments

Comments
 (0)