From 9a9bdaba95ffb3e9a0ad42accf363cf56bd930f8 Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Fri, 26 Jun 2026 14:58:40 -0400 Subject: [PATCH] test(ci): drop legacy opencode tests --- .github/workflows/test.yml | 5 ----- turbo.json | 5 ----- 2 files changed, 10 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c69de1d93b0..63027415b8c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: diff --git a/turbo.json b/turbo.json index 5e93640b1fa..beac32b24c6 100644 --- a/turbo.json +++ b/turbo.json @@ -8,11 +8,6 @@ "dependsOn": [], "outputs": ["dist/**"] }, - "opencode#test": { - "dependsOn": ["^build"], - "outputs": [], - "passThroughEnv": ["*"] - }, "@opencode-ai/core#test": { "dependsOn": ["^build"], "outputs": []