mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-24 13:03:37 +00:00
refactor(app): use shared server data (#43017)
This commit is contained in:
parent
2f8fa6afef
commit
e55a91eadd
121 changed files with 1457 additions and 9982 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
|
@ -80,6 +80,8 @@ jobs:
|
|||
if: always()
|
||||
timeout-minutes: 10
|
||||
working-directory: packages/cli
|
||||
env:
|
||||
NODE_OPTIONS: ${{ runner.os == 'Windows' && '--max-old-space-size=4096' || '' }}
|
||||
run: |
|
||||
bun run script/build.ts --single --skip-install
|
||||
bun run script/service-smoke.ts
|
||||
|
|
@ -94,6 +96,8 @@ jobs:
|
|||
if: always()
|
||||
timeout-minutes: 15
|
||||
working-directory: packages/cli
|
||||
env:
|
||||
NODE_OPTIONS: ${{ runner.os == 'Windows' && '--max-old-space-size=4096' || '' }}
|
||||
run: |
|
||||
bun run script/build-node.ts --single --skip-install --outdir=dist/node
|
||||
bun run script/service-smoke.ts --node
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue