summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/test.yml
diff options
context:
space:
mode:
authorAiden Cline <[email protected]>2025-12-05 14:48:27 -0600
committerAiden Cline <[email protected]>2025-12-05 15:01:41 -0600
commitdf67ae9cbe06e26e41472ab1f0169d4f088c4bc6 (patch)
treefa92e6d86662459c12b7a093428074dc4c9a65e4 /.github/workflows/test.yml
parentebe20efb2917042daee158b718ed5767994ea3ae (diff)
downloadopencode-df67ae9cbe06e26e41472ab1f0169d4f088c4bc6.tar.gz
opencode-df67ae9cbe06e26e41472ab1f0169d4f088c4bc6.zip
ci: regen sdk instead of failing tests
Diffstat (limited to '.github/workflows/test.yml')
-rw-r--r--.github/workflows/test.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index fde43c21e..ac1a24fd5 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -28,9 +28,3 @@ jobs:
bun turbo test
env:
CI: true
-
- - name: Check SDK is up to date
- run: |
- bun ./packages/sdk/js/script/build.ts
- git diff --exit-code packages/sdk/js/src/gen packages/sdk/js/dist
- continue-on-error: false