test(ci): drop legacy opencode tests
This commit is contained in:
parent
8b682c42b6
commit
9a9bdaba95
2 changed files with 0 additions and 10 deletions
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
|
|
@ -74,11 +74,6 @@ jobs:
|
||||||
working-directory: packages/client
|
working-directory: packages/client
|
||||||
run: bun run check:generated
|
run: bun run check:generated
|
||||||
|
|
||||||
- name: Run HttpApi exerciser gates
|
|
||||||
if: runner.os == 'Linux'
|
|
||||||
working-directory: packages/opencode
|
|
||||||
run: bun run test:httpapi
|
|
||||||
|
|
||||||
e2e:
|
e2e:
|
||||||
name: e2e (${{ matrix.settings.name }})
|
name: e2e (${{ matrix.settings.name }})
|
||||||
strategy:
|
strategy:
|
||||||
|
|
|
||||||
|
|
@ -8,11 +8,6 @@
|
||||||
"dependsOn": [],
|
"dependsOn": [],
|
||||||
"outputs": ["dist/**"]
|
"outputs": ["dist/**"]
|
||||||
},
|
},
|
||||||
"opencode#test": {
|
|
||||||
"dependsOn": ["^build"],
|
|
||||||
"outputs": [],
|
|
||||||
"passThroughEnv": ["*"]
|
|
||||||
},
|
|
||||||
"@opencode-ai/core#test": {
|
"@opencode-ai/core#test": {
|
||||||
"dependsOn": ["^build"],
|
"dependsOn": ["^build"],
|
||||||
"outputs": []
|
"outputs": []
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue