test(ci): drop legacy opencode tests

This commit is contained in:
Dax Raad 2026-06-26 14:58:40 -04:00
parent 8b682c42b6
commit 9a9bdaba95
2 changed files with 0 additions and 10 deletions

View file

@ -74,11 +74,6 @@ jobs:
working-directory: packages/client
run: bun run check:generated
- name: Run HttpApi exerciser gates
if: runner.os == 'Linux'
working-directory: packages/opencode
run: bun run test:httpapi
e2e:
name: e2e (${{ matrix.settings.name }})
strategy:

View file

@ -8,11 +8,6 @@
"dependsOn": [],
"outputs": ["dist/**"]
},
"opencode#test": {
"dependsOn": ["^build"],
"outputs": [],
"passThroughEnv": ["*"]
},
"@opencode-ai/core#test": {
"dependsOn": ["^build"],
"outputs": []