diff options
| author | Dax Raad <[email protected]> | 2026-01-24 14:26:59 -0500 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2026-01-24 14:26:59 -0500 |
| commit | 07d7dc083cd3c138786c06317ef9832ed12d1303 (patch) | |
| tree | daddda8e3d71e15ed6349da06d2c2da1b5eabf92 /.github | |
| parent | eaa622e8522e5c1344f052e1563259a7e7a3a877 (diff) | |
| download | opencode-07d7dc083cd3c138786c06317ef9832ed12d1303.tar.gz opencode-07d7dc083cd3c138786c06317ef9832ed12d1303.zip | |
ci: remove unused environment variables from test workflow
Removes MODELS_DEV_API_JSON and OPENCODE_DISABLE_MODELS_FETCH environment variables that were redundant in the test workflow, simplifying the configuration.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/test.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d3099fcec..d95de94d2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -86,8 +86,6 @@ jobs: working-directory: packages/opencode run: bun dev -- --print-logs --log-level WARN serve --port 4096 --hostname 127.0.0.1 & env: - MODELS_DEV_API_JSON: ${{ env.MODELS_DEV_API_JSON }} - OPENCODE_DISABLE_MODELS_FETCH: "true" OPENCODE_DISABLE_SHARE: "true" OPENCODE_DISABLE_LSP_DOWNLOAD: "true" OPENCODE_DISABLE_DEFAULT_PLUGINS: "true" @@ -113,8 +111,6 @@ jobs: run: ${{ matrix.settings.command }} env: CI: true - MODELS_DEV_API_JSON: ${{ env.MODELS_DEV_API_JSON }} - OPENCODE_DISABLE_MODELS_FETCH: "true" OPENCODE_DISABLE_SHARE: "true" OPENCODE_DISABLE_LSP_DOWNLOAD: "true" OPENCODE_DISABLE_DEFAULT_PLUGINS: "true" |
