mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-26 19:12:58 +00:00
fix(core): make packed SDK boot on workerd (#44703)
This commit is contained in:
parent
40380ad9b5
commit
793ea52fa7
9 changed files with 235 additions and 5 deletions
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
|
|
@ -89,6 +89,12 @@ jobs:
|
|||
working-directory: packages/codemode
|
||||
run: bun run script/publish.ts --dry-run
|
||||
|
||||
- name: Verify packed workerd SDK
|
||||
if: runner.os == 'Linux'
|
||||
timeout-minutes: 15
|
||||
working-directory: packages/sdk
|
||||
run: bun run verify:package
|
||||
|
||||
- name: Verify compiled service lifecycle
|
||||
if: always()
|
||||
timeout-minutes: 10
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue